aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline15.adb
blob: 953e72e44c0227bebc635772bb4778688aee30dc (plain)
1
2
3
4
5
6
7
8
9
10
11
--  { dg-do compile }
--  { dg-options "-O2" }

with Inline15_Gen;

procedure Inline15 is
   package Inst is new Inline15_Gen;

begin
   Inst.Call_Func;
end Inline15;