compiler: give error for non-int arguments to make
[official-gcc.git] / gcc / testsuite / gnat.dg / taft_type1_pkg2.ads
blob4761840a5f2cab4524c3588b2af082132b283518
1 package Taft_Type1_Pkg2 is
2 type Priv (X : Integer) is private;
3 private
4 type Priv (X : Integer) is null record;
5 end Taft_Type1_Pkg2;