2010-04-20 Richard Guenther <rguenther@suse.de>
[official-gcc.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;