Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gnat.dg / limited_with.adb
blobf2211f19381a6ed3e70fcc82c23391de9b67b059
1 -- { dg-do compile }
3 with Pack1;
4 package body limited_with is
5 procedure Print_2 (Obj : access Pack1.Nested.Rec_Typ) is
6 begin
7 null;
8 end;
9 end limited_with;