// Unchanged comment.
f1();
// Changing a comment word.
f2();
// A single comment about something.
f3();
/* A multiline comment
* whose indentation changes.
*/