dfmt/tests/comments.d.ref

8 lines
182 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
}