diff options
author | Araq <rumpf_a@web.de> | 2015-01-31 11:49:19 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-01-31 11:49:19 +0100 |
commit | 8f587e2eab7ff98b7d4ba23339baf4913a2ad219 (patch) | |
tree | bce493ed342e7bc2a416455a882201d9db9f0a53 /tests | |
parent | ee4e95fefeb29f8a1b4b4317a350e02aabf75f2d (diff) | |
download | Nim-8f587e2eab7ff98b7d4ba23339baf4913a2ad219.tar.gz |
fixes #2041
Diffstat (limited to 'tests')
-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 |