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/fail_compilation/case_non_constant.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/fail_compilation/case_non_constant.elna') diff --git a/testsuite/fail_compilation/case_non_constant.elna b/testsuite/fail_compilation/case_non_constant.elna index a446c29..0345653 100644 --- a/testsuite/fail_compilation/case_non_constant.elna +++ b/testsuite/fail_compilation/case_non_constant.elna @@ -14,4 +14,6 @@ begin case x of r: (* @Error Case label must be a constant expression *) end +return 0u8 + end. -- cgit v1.2.3