re PR bootstrap/35660 (Bootstrap failure on i686-apple-darwin9 at revision 133434.)
[official-gcc.git] / gcc / testsuite / gnat.dg / tamdt_aux.ads
blobd5cca103fb427fbb2352aa1226de6bca6dc68b1d
2 package Tamdt_Aux is
3 type Priv (X : Integer) is private;
4 private
5 type Priv (X : Integer) is null record;
6 end;