mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
* fixes #22262; -d:useMalloc broken with --mm:none and threads on
* fixes
(cherry picked from commit a23e53b490)
8 lines
103 B
Nim
8 lines
103 B
Nim
discard """
|
|
matrix: "--mm:none -d:useMalloc"
|
|
"""
|
|
# bug #15617
|
|
# bug #22262
|
|
let x = 4
|
|
doAssert x == 4
|