OSDN Git Service

In gcc/testsuite/:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / tamdt_aux.ads
1
2 package Tamdt_Aux is
3    type Priv (X : Integer) is private;
4 private
5    type Priv (X : Integer) is null record;
6 end;
7
8
9