blob: adf2df6914f2fcbcac3a3a9c7bb0bf19e2116310 [file] [log] [blame]
with Ada.Streams;
generic
package Inline20_G is
subtype Offset_Type is Ada.Streams.Stream_Element_Offset;
generic
type T is private;
package Nested_G is
procedure Get (Data : T; Into : out Offset_Type);
function F return Integer with Inline;
end Nested_G;
end Inline20_G;