aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline9.adb
blob: 3ab23c6e47d67628c6c96e89bb4bc6cfb29b429b (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 Inline9_Pkg; use Inline9_Pkg;

procedure Inline9 is
begin
  Test (0);
end;