tsysspawnbadarg.nim 160 B

12345678910
  1. discard """
  2. errormsg: "'spawn' takes a call expression"
  3. line: 9
  4. cmd: "nim $target --threads:on $options $file"
  5. """
  6. import threadpool
  7. let foo = spawn(1)