PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / opt48.adb
blob3f611cd1d6a656cf7b4f08af474958f83f43d70f
1 -- { dg-do run }
2 -- { dg-options "-O" }
4 with Opt48_Pkg1; use Opt48_Pkg1;
5 with Opt48_Pkg2; use Opt48_Pkg2;
7 procedure Opt48 is
8 begin
9 if Get_Z /= (12, "Hello world!") then
10 raise Program_Error;
11 end if;
12 end;