1 2 3 4 5 6
package body Opt105_Pkg is function Cond1 return Boolean is (False); function Cond2 return Boolean is (False); end Opt105_Pkg;