package body Main_Package is
   procedure Foo (A : in Integer; B : in Integer; C, D : out Integer) is null;
end Main_Package;
