PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / lto13_pkg.adb
blobf8b5057a15e88dbee505be037e11adfee519ca91
1 package body Lto13_Pkg is
3 procedure Proc is
4 begin
5 raise Constraint_Error;
6 end;
8 type T is null record;
10 end Lto13_Pkg;