blob: 42856e8cd0fa651141acd298c9884f19739b4b70 [file] [log] [blame]
-- 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;