diff options
Diffstat (limited to 'tests/cpp/tfam.nim')
-rw-r--r-- | tests/cpp/tfam.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cpp/tfam.nim b/tests/cpp/tfam.nim new file mode 100644 index 000000000..6bd89fe24 --- /dev/null +++ b/tests/cpp/tfam.nim @@ -0,0 +1,7 @@ +discard """ + targets: "cpp" +""" +type + Test {.importcpp, header: "fam.h".} = object + +let test = newSeq[Test]() \ No newline at end of file |