summary refs log tree commit diff stats
path: root/tests/pragmas/foobar.nim
blob: 46032e187d02661da9d8bbb33f810b5c767de43e (plain) (blame)
1
2
3
import macros
macro async*(body: untyped): untyped =
  return newStmtList()