4471141a1 ^
4fa86422c ^
6e8f0f8cf ^
1
2
3
4 5 6 7 8 9 10 11
discard """ matrix: "--mm:refc; --mm:orc" errormsg: "'spawn' takes a call expression; got: proc (x: uint32) = echo [x]" """ import threadpool # bug #7535 proc print_parallel_nok(r: uint32) = for x in 0..r: spawn (proc (x: uint32) = echo x)