]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gnat.dg/inline3.adb
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
[thirdparty/gcc.git] / gcc / testsuite / gnat.dg / inline3.adb
CommitLineData
87411e95 1-- { dg-do compile }
a9c697b8 2-- { dg-error "not marked 'Inline_Always'" "" { target *-*-* } 0 }
87411e95
EB
3-- { dg-error "cannot be inlined" "" { target *-*-* } 0 }
4
5with Inline3_Pkg; use Inline3_Pkg;
6
7procedure Inline3 is
8begin
9 Test (0);
10end;