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/reference_slicing.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/fail_compilation/reference_slicing.elna') diff --git a/testsuite/fail_compilation/reference_slicing.elna b/testsuite/fail_compilation/reference_slicing.elna index 078b48a..3875a5d 100644 --- a/testsuite/fail_compilation/reference_slicing.elna +++ b/testsuite/fail_compilation/reference_slicing.elna @@ -5,4 +5,6 @@ var program() begin p := @s[1 to 2] (* @Error Expression of type '\[\]Int' is not addressable *) +return 0u8 + end. -- cgit v1.2.3