Fixed a segfault

This commit is contained in:
2022-08-12 15:14:21 +01:00
parent 53f0996fd1
commit 7424a681d6
2 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
var a : int const = 42;
var a : [string const, int] = 42;