summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline6.adb
blob: 1d9e5b9fe415e11b3bfd6764447b4daf74809f20 (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }
-- { dg-options "-O -gnatn -Winline" }

with Inline6_Pkg; use Inline6_Pkg;

procedure Inline6 is
begin
  Test (0);
end;