mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
10 lines
160 B
Nim
10 lines
160 B
Nim
discard """
|
|
line: 9
|
|
errormsg: "'spawn' takes a call expression"
|
|
cmd: "nim $target --threads:on $options $file"
|
|
"""
|
|
|
|
import threadpool
|
|
|
|
let foo = spawn(1)
|