blob: 80febe8be181b37f4ba6675c6544b90be3ac3a41 [file] [log] [blame]
with Inline17_Pkg2; use Inline17_Pkg2;
package body Inline17_Pkg1 is
procedure Test is
begin
null;
end;
function Get (Field : SQL_Field) return Integer is
begin
return +Field;
end;
end Inline17_Pkg1;