summary refs log tree commit diff stats
path: root/tests/cpp/t10241.nim
Commit message (Collapse)AuthorAgeFilesLines
* Properly wrap discarded statements (#10322)LemonBoy2019-01-171-0/+19
Failing to do so lead the codegen to emit invalid code sometimes, especially when C++ references were involved. Fixes #10241
='n37' href='#n37'>37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56