blob: 09a9baea1e4e247abe1de2afacb70ff4eaf27184 [file] [log] [blame]
with Ada.Text_IO; use Ada.Text_IO;
package body DInst_Pkg is
procedure Foo is
begin
Put_Line ("hello there");
end;
end;