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/assign_record_to_base.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/compilable/assign_record_to_base.elna') diff --git a/testsuite/compilable/assign_record_to_base.elna b/testsuite/compilable/assign_record_to_base.elna index 7601d06..303bde0 100644 --- a/testsuite/compilable/assign_record_to_base.elna +++ b/testsuite/compilable/assign_record_to_base.elna @@ -13,4 +13,6 @@ var program() begin x := y; +return 0u8 + end. -- cgit v1.2.3