blob: e9ccadea2c986056a0b3264a2bbd9b2e4dfdb5d3 [file] [log] [blame]
package body Constant2_Pkg2 is
function F1 return Boolean is
begin
return False;
end;
function F2 return Boolean is
begin
return False;
end;
end Constant2_Pkg2;