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.elna2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/compilable/const_negation.elna b/testsuite/compilable/const_negation.elna
index cb76e58..82a4cb6 100644
--- a/testsuite/compilable/const_negation.elna
+++ b/testsuite/compilable/const_negation.elna
@@ -6,4 +6,6 @@ program()
begin
assert(x = -5);
assert(y = 5);
+return 0u8
+
end.