mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
10 lines
112 B
Nim
10 lines
112 B
Nim
discard """
|
|
targets: "cpp"
|
|
cmd: "nim cpp --threads:on $file"
|
|
"""
|
|
|
|
# bug #5142
|
|
|
|
var ci: Channel[int]
|
|
ci.open
|