aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/ref_type.ads
blob: 550d5892ff274ac0c9f69f938272241a84057468 (plain)
1
2
3
4
5
package ref_type is
private
   type T is tagged null record;
   procedure Print (X : T);
end ref_type;