Files
Nim/tests/system/tgcnone.nim
ringabout 4a7cdaecb4 fixes #22262; fixes -d:useMalloc broken with --mm:none and --threads on (#22355)
* fixes #22262; -d:useMalloc broken with --mm:none and threads on

* fixes

(cherry picked from commit a23e53b490)
2023-09-18 10:13:09 +02:00

8 lines
103 B
Nim

discard """
matrix: "--mm:none -d:useMalloc"
"""
# bug #15617
# bug #22262
let x = 4
doAssert x == 4