* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / elim1.ads
blob7a7bd3588b481a6ad34be372a6e116a8389361a8
1 pragma Eliminate (p, d);
2 package elim1 is
3 type t is tagged null record;
4 procedure d (a : t);
5 end;