summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/limited_with.ads
blob: add7b9e28fd7480b6653370ed0b8100b69f1b199 (plain)
1
2
3
4
limited with Pack1;
package limited_with is
   procedure Print_2 (Obj : access Pack1.Nested.Rec_Typ);
end limited_with;