* gcc-interface/utils.c (create_subprog_decl): Move code dealing with
[official-gcc.git] / gcc / testsuite / gnat.dg / inline4.adb
blobee914f9802a56d016074762b81d435b78eef3619
1 -- { dg-do compile }
3 with Inline4_Pkg; use Inline4_Pkg;
5 procedure Inline4 is
6 begin
7 Test (0);
8 end;