diff options
Diffstat (limited to 'tests/manyloc/standalone/barebone.nim')
-rw-r--r-- | tests/manyloc/standalone/barebone.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manyloc/standalone/barebone.nim b/tests/manyloc/standalone/barebone.nim index 6b452ead0..9d75f8f2e 100644 --- a/tests/manyloc/standalone/barebone.nim +++ b/tests/manyloc/standalone/barebone.nim @@ -1,4 +1,7 @@ +# bug #2041: Macros need to be available for os:standalone! +import macros + proc printf(frmt: cstring) {.varargs, header: "<stdio.h>", cdecl.} var x = 0 |