* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / deferred_const2_pkg.adb
blobb81d448863bfe14f1d0bf4f6b3db373a9a89d097
1 with System; use System;
3 package body Deferred_Const2_Pkg is
5 procedure Dummy is begin null; end;
7 begin
8 if S'Address /= I'Address then
9 raise Program_Error;
10 end if;
11 end Deferred_Const2_Pkg;