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

8 lines
70 B
Ada

-- { dg-do run }
with elim1;
procedure elim2 is
begin
null;
end;