summary refs log tree commit diff stats
path: root/tests/parallel/t9691.nim
blob: 254f03416dc1db268e7fe2b67486620e87efff13 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  matrix: "--mm:refc; --mm:orc"
  errormsg: "'spawn'ed function cannot have a 'typed' or 'untyped' parameter"
"""

# bug #9691

import threadpool
spawn echo()