From c3989f64ef9fb0bfe54dad576144536259e8d03c Mon Sep 17 00:00:00 2001 From: def Date: Wed, 4 Feb 2015 20:08:26 +0100 Subject: [PATCH] Add test for #1459 --- tests/cpp/ttypeinfo.nim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/cpp/ttypeinfo.nim diff --git a/tests/cpp/ttypeinfo.nim b/tests/cpp/ttypeinfo.nim new file mode 100644 index 0000000000..e72883dbf2 --- /dev/null +++ b/tests/cpp/ttypeinfo.nim @@ -0,0 +1,5 @@ +discard """ + cmd: "nim cpp $target" +""" + +import typeinfo