summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/tamdt_aux.ads
blob: d5cca103fb427fbb2352aa1226de6bca6dc68b1d (plain)
1
2
3
4
5
6
7
8
9
package Tamdt_Aux is
   type Priv (X : Integer) is private;
private
   type Priv (X : Integer) is null record;
end;