with Ada.Text_IO; use Ada.Text_IO;
package body DInst_Pkg is
procedure Foo is
begin
Put_Line ("hello there");
end;
end;
with Ada.Text_IO; use Ada.Text_IO;
package body DInst_Pkg is
procedure Foo is
begin
Put_Line ("hello there");
end;
end;