summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline5.adb
blob: 45803fabf7732ea4680e353937d75902c5fac4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
-- { dg-do compile }
-- { dg-options "-O -gnatn -Winline" }
-- { dg-warning "not marked Inline" "" { target *-*-* } 0 }
-- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }

with Inline5_Pkg; use Inline5_Pkg;

procedure Inline5 is
begin
  Test (0);
end;