diff options
Diffstat (limited to 'tests/pragmas/foobar.nim')
-rw-r--r-- | tests/pragmas/foobar.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pragmas/foobar.nim b/tests/pragmas/foobar.nim new file mode 100644 index 000000000..46032e187 --- /dev/null +++ b/tests/pragmas/foobar.nim @@ -0,0 +1,3 @@ +import macros +macro async*(body: untyped): untyped = + return newStmtList() |