PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / deferred_const2_pkg.ads
blobc76e5fdb80201c646acb876d251885478b6c3fb4
1 package Deferred_Const2_Pkg is
3 I : Integer := 16#20_3A_2D_28#;
5 pragma Warnings (Off);
6 S : constant string(1..4);
7 for S'address use I'address;
8 pragma Import (Ada, S);
10 procedure Dummy;
12 end Deferred_Const2_Pkg;