2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / private2.ads
blobd6fff3856ab7b14ba7bab2044711343d9baf3e2f
1 -- { dg-do compile }
3 with Private2_Pkg; use Private2_Pkg;
5 package Private2 is
7 type R is new Rec2;
9 end Private2;