mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
fixes #5142
This commit is contained in:
8
tests/cpp/tembarrassing_generic_failure.nim
Normal file
8
tests/cpp/tembarrassing_generic_failure.nim
Normal file
@@ -0,0 +1,8 @@
|
||||
discard """
|
||||
cmd: "nim cpp --threads:on $file"
|
||||
"""
|
||||
|
||||
# bug #5142
|
||||
|
||||
var ci: Channel[int]
|
||||
ci.open
|
||||
Reference in New Issue
Block a user