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_negation.elna | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/compilable/const_negation.elna') diff --git a/testsuite/compilable/const_negation.elna b/testsuite/compilable/const_negation.elna index a62cc1e..cb76e58 100644 --- a/testsuite/compilable/const_negation.elna +++ b/testsuite/compilable/const_negation.elna @@ -2,6 +2,7 @@ var x: const Int := -5 y: const Int := -x +program() begin assert(x = -5); assert(y = 5); -- cgit v1.2.3