* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / elim1.adb
blob7d2ddd193d9e838499da5499f87253265e0bc8d0
1 package body elim1 is
2 procedure d (a : t) is
3 begin
4 null;
5 end;
6 end;