* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / taft_type1.adb
blob3f3cc3a3e81d4f6068931bb284a2ee4f3013e9bb
1 -- { dg-do run }
3 with Taft_Type1_Pkg1;
5 procedure Taft_Type1 is
6 begin
7 Taft_Type1_Pkg1.Check;
8 end;