mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
7 lines
90 B
Nim
7 lines
90 B
Nim
discard """
|
|
matrix: "--gc:none -d:useMalloc"
|
|
"""
|
|
# bug #15617
|
|
let x = 4
|
|
doAssert x == 4
|