This commit is contained in:
Araq
2017-10-14 22:34:19 +02:00
parent 9af9480340
commit a75f3b3661
2 changed files with 15 additions and 4 deletions

View File

@@ -21,3 +21,11 @@ proc getSubsystem*[T](): ptr T {.
let input: ptr Input = getSubsystem[Input]()
# bug #4910
proc foo() =
var ts: array[10, int]
for t in mitems(ts):
t = 123