rt_gccstream/gcc/testsuite/gnat.dg/tamdt_aux.ads

10 lines
120 B
Ada

package Tamdt_Aux is
type Priv (X : Integer) is private;
private
type Priv (X : Integer) is null record;
end;