33458894d ^
2f557652d ^
245a954b2 ^
1105d0364 ^
1
2
3 4
5 6 7 8 9 10 11 12
13
14 15 16 17
discard """ errormsg: '''ambiguous call''' line: 10 disabled: "32bit" """ import foobar import asyncdispatch, macros proc bar() {.async.} = echo 42 proc foo() {.async.} = await bar() asyncCheck foo() runForever()