1package body Lto3_Pkg2 is
2  function Get (X : T) return Data_T is
3    Result : Data_T;
4  begin
5    return Result;
6  end;
7end Lto3_Pkg2;
8