2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / ref_type.ads
blob550d5892ff274ac0c9f69f938272241a84057468
1 package ref_type is
2 private
3 type T is tagged null record;
4 procedure Print (X : T);
5 end ref_type;