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