From 72f5e82196d95008ed12c12de6bdccf24361e106 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 7 Sep 2026 22:02:15 +0200 Subject: Make module entry point more procedure like --- testsuite/compilable/const_negation.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/compilable/const_negation.elna') 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. -- cgit v1.2.3