dfmt/tests/otbs/comments.d.ref

7 lines
185 B
Plaintext

int /*sneaky*/ foo( /*comments*/ ) /*everywhere*/ {
// comment on its own line
foo() // comment on same line
.bar(); // also on same line
/* again */ // same line
}