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/runnable/slice_cast.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/runnable/slice_cast.elna') diff --git a/testsuite/runnable/slice_cast.elna b/testsuite/runnable/slice_cast.elna index d11f80a..0d4a861 100644 --- a/testsuite/runnable/slice_cast.elna +++ b/testsuite/runnable/slice_cast.elna @@ -4,4 +4,6 @@ var program() begin assert(cast(ints[1u to 4u]: []Int8).length = #size(Int32) * ints.length) +return 0u8 + end. -- cgit v1.2.3