mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 08:21:32 +00:00
fixes #2841
This commit is contained in:
6
tests/cpp/ttypeinfo2.nim
Normal file
6
tests/cpp/ttypeinfo2.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
discard """
|
||||
cmd: "nim cpp $file"
|
||||
"""
|
||||
# bug #2841
|
||||
import typeinfo
|
||||
var tt: Any
|
||||
Reference in New Issue
Block a user