From 47521ad6d85f9bd6caee39696ce40dff82cfa50d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 2 Sep 2026 13:31:04 +0200 Subject: Implement program entry point --- testsuite/compilable/const_var_chain.elna | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/compilable/const_var_chain.elna') diff --git a/testsuite/compilable/const_var_chain.elna b/testsuite/compilable/const_var_chain.elna index a6db8c8..5a3623f 100644 --- a/testsuite/compilable/const_var_chain.elna +++ b/testsuite/compilable/const_var_chain.elna @@ -2,6 +2,7 @@ var x: const Int := 42 y: Int := x +program() begin assert(y = 42) end. -- cgit v1.2.3