Fixed a segfault

This commit is contained in:
2023-02-09 08:16:56 +00:00
parent 60908c8bf3
commit fc67d6a18b
9 changed files with 60 additions and 23 deletions

View File

@@ -2,6 +2,3 @@
var a: [int] = [1, 2, 3];
print a[a];
}
print "All good";