aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/const_negation.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compilable/const_negation.elna')
-rw-r--r--testsuite/compilable/const_negation.elna1
1 files changed, 1 insertions, 0 deletions
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);