mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
9 lines
95 B
Nim
9 lines
95 B
Nim
discard """
|
|
cmd: "nim cpp --threads:on $file"
|
|
"""
|
|
|
|
# bug #5142
|
|
|
|
var ci: Channel[int]
|
|
ci.open
|