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/while_condition.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/fail_compilation/while_condition.elna') diff --git a/testsuite/fail_compilation/while_condition.elna b/testsuite/fail_compilation/while_condition.elna index bd54796..0e4aa3c 100644 --- a/testsuite/fail_compilation/while_condition.elna +++ b/testsuite/fail_compilation/while_condition.elna @@ -2,4 +2,6 @@ program() begin while 1 do (* @Error Condition must be a boolean expression, but got 'Int' *) end +return 0u8 + end. -- cgit v1.2.3