Fix crashes

This commit is contained in:
Krzosa Karol
2022-05-28 17:48:52 +02:00
parent 798453c7db
commit 7de941899f
6 changed files with 25 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ array2: [32]int = {1,2,3,4}
array3: [32]int = {
[0] = null,
[1] = 1,
[2] = 2,
[31] = 31,
}
array_item := array1[0]