From 3a69c9f1fe29821145c02a88dc5a23fbfb1de333 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 1 Sep 2025 01:18:17 +0200 Subject: [PATCH] Fix test. --- test/test_suite/globals/global_slice.c3t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_suite/globals/global_slice.c3t b/test/test_suite/globals/global_slice.c3t index 850539d26..504c49032 100644 --- a/test/test_suite/globals/global_slice.c3t +++ b/test/test_suite/globals/global_slice.c3t @@ -1,3 +1,4 @@ +// #target: macos-aarch64 module other_module; int[] list_of_ints = { 1, 2, 3 }; int* ref_to_2nd = &list_of_ints[^1];