diff options
-rw-r--r-- | tests/cpp/ttypeinfo.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cpp/ttypeinfo.nim b/tests/cpp/ttypeinfo.nim new file mode 100644 index 000000000..e72883dbf --- /dev/null +++ b/tests/cpp/ttypeinfo.nim @@ -0,0 +1,5 @@ +discard """ + cmd: "nim cpp $target" +""" + +import typeinfo |