gcc/gcc/testsuite/gnat.dg/inline10.adb

10 lines
144 B
Ada

-- { dg-do compile }
-- { dg-options "-O -gnatn -Winline" }
with Inline10_Pkg; use Inline10_Pkg;
procedure Inline10 is
begin
Test (0);
end;