dfmt/tests/knr/comments.d.ref

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