Files
Nim/tests/parallel/t9691.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()