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
c5ccf7c95d'>^
c682a1da2 ^









8178cd4fa ^
c682a1da2 ^












1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27