Fix test.

This commit is contained in:
Christoffer Lerno
2025-09-01 01:18:17 +02:00
parent 944cc00d34
commit 3a69c9f1fe

View File

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