* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / opt51_pkg.ads
blob8ce1817653ad855aa4a59d8d86e31b3562bdb1c0
1 package Opt51_Pkg is
3 type Enum is (One, Two, Three);
5 end Opt51_Pkg;