]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gnat.dg/inline9.adb
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / testsuite / gnat.dg / inline9.adb
CommitLineData
a1d896bb 1-- { dg-do compile }
2-- { dg-options "-O -gnatn -Winline" }
85b9be9b 3-- { dg-warning "not marked 'Inline'" "" { target *-*-* } 0 }
a1d896bb 4-- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }
5
6with Inline9_Pkg; use Inline9_Pkg;
7
8procedure Inline9 is
9begin
10 Test (0);
11end;