PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / size_attribute1_pkg2.ads
blob1561508037ca465c79d9da5a8adf8641140690d3
1 -- { dg-excess-errors "no code generated" }
3 generic
5 type T is private;
7 package Size_Attribute1_Pkg2 is
9 procedure Proc;
11 end Size_Attribute1_Pkg2;