Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.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;