summary refs log tree commit diff stats
path: root/tests/cpp/t9013.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix linking issue in cpp codegenLemonBoy2018-09-191-0/+9
Declare the root symbol only once and have the other modules depending on it emit an `extern` declaration. Fixes #9013