ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/limited1.adb

10 lines
136 B
Ada

-- { dg-do run }
with Limited1_Outer; use Limited1_Outer;
procedure Limited1 is
X : Outer_Type := Make_Outer;
begin
null;
end;