mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
10 lines
164 B
Nim
10 lines
164 B
Nim
discard """
|
|
matrix: "--threads:on"
|
|
errormsg: "'spawn'ed function cannot have a 'typed' or 'untyped' parameter"
|
|
"""
|
|
|
|
# bug #9691
|
|
|
|
import threadpool
|
|
spawn echo()
|