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