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

6 lines
103 B
Ada

package ref_type is
private
type T is tagged null record;
procedure Print (X : T);
end ref_type;