From e1ed34627f0f99e580e3e20d5782f582a08c887e Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Sun, 19 Nov 2017 03:32:39 +0200 Subject: Fixes #5979 (#5980) --- tests/cpp/tcasts.nim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/cpp/tcasts.nim (limited to 'tests/cpp/tcasts.nim') diff --git a/tests/cpp/tcasts.nim b/tests/cpp/tcasts.nim new file mode 100644 index 000000000..35f06234d --- /dev/null +++ b/tests/cpp/tcasts.nim @@ -0,0 +1,10 @@ +discard """ + cmd: "nim cpp $file" + output: "" +""" + +block: #5979 + var a = 'a' + var p: pointer = cast[pointer](a) + var c = cast[char](p) + doAssert(c == 'a') -- cgit 1.4.1-2-gfad0