aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/taft_type1_pkg2.ads
blob: 4761840a5f2cab4524c3588b2af082132b283518 (plain)
1
2
3
4
5
package Taft_Type1_Pkg2 is
   type Priv (X : Integer) is private;
private
   type Priv (X : Integer) is null record;
end Taft_Type1_Pkg2;