blob: 2ea5b4aa76d5af6ecd64545061fee0cfbe7f815e [file] [log] [blame]
-- { dg-do compile }
with Expr_Func_Pkg; use Expr_Func_Pkg;
procedure Expr_Func_Main is
Val : Boolean := Expr_Func (456);
begin
null;
end Expr_Func_Main;