foobar.nim 76 B

1234
  1. import macros
  2. macro async*(body: untyped): untyped =
  3. return newStmtList()