aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/inline15_gen.ads
blob: 42856e8cd0fa651141acd298c9884f19739b4b70 (plain)
1
2
3
4
5
6
7
8
9
10
11

--  gen.ads

with Inline15_Types;

generic
package Inline15_Gen is
   function Func (Val : Inline15_Types.Enum) return Inline15_Types.Rec with Inline;

   procedure Call_Func with Inline;
end Inline15_Gen;