* gcc-interface/utils.c (create_subprog_decl): Move code dealing with
[official-gcc.git] / gcc / testsuite / gnat.dg / inline6.adb
blob1d9e5b9fe415e11b3bfd6764447b4daf74809f20
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn -Winline" }
4 with Inline6_Pkg; use Inline6_Pkg;
6 procedure Inline6 is
7 begin
8 Test (0);
9 end;