DEBSOURCES
Skip Quicknav
sources / dustmite / 0.0.430-2.1 / tests / constructs / src.result / test.d
12345678910111213
import std.stdio; void main() { int total = 1; total++; total++; total++; writeln(total==4); }