mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* default threads on * make rst gcsafe * ignore threads option for nimscript * threads off * use createShared for threads * test without threads * avr threds off * avr threads off * async threads off * threads off * fix ci * restore option * make CI pleased * fix ic tests * Update config.nims * add changelog * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
7 lines
104 B
Nim
7 lines
104 B
Nim
discard """
|
|
matrix: "--gc:none -d:useMalloc --threads:off"
|
|
"""
|
|
# bug #15617
|
|
let x = 4
|
|
doAssert x == 4
|