Files
Nim/tests/ccgbugs/t10964.nim
2024-06-04 09:43:12 +02:00

7 lines
158 B
Nim

func test*(input: var openArray[int32], start: int = 0, fin: int = input.len - 1) =
discard
var someSeq = @[1'i32]
test(someSeq)
# bug with gcc 14