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];