dfmt/tests/otbs/issue0216.d.ref

6 lines
134 B
Plaintext

unittest {
if (something || somethingElse || // I like putting comments here for no good reason
thirdThing) {
}
}