aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/expr_func_main.adb
blob: 2ea5b4aa76d5af6ecd64545061fee0cfbe7f815e (plain)
1
2
3
4
5
6
7
8
9
--  { 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;