* gcc-interface/utils.c (create_subprog_decl): Move code dealing with
[official-gcc.git] / gcc / testsuite / gnat.dg / inline7.adb
blob2c2a46a22fd3fee3a0c424d7926b0a7557e76308
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn -Winline" }
3 -- { dg-warning "not marked Inline" "" { target *-*-* } 0 }
4 -- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }
6 with Inline7_Pkg1; use Inline7_Pkg1;
8 procedure Inline7 is
9 begin
10 Test (0);
11 end;