This commit is contained in:
Andreas Rumpf
2016-12-21 11:38:33 +01:00
parent 06a8d37f9a
commit d2fe857f94
2 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
discard """
cmd: "nim cpp $file"
output: '''Hello world'''
"""
# bug #5136
{.compile: "foo.c".}
proc myFunc(): cstring {.importc.}
echo myFunc()