line 1 is code line 2 has a comment after this // comment from line 2 /* line 3 starts with a multi line comment * line 4 is in the middle of a comment * line 5 is the end of the ML comment */ line 6 is tricky /* because the comment starts and ends */ line 7 starts multiline after code /* like this line 8 is tricky nested SL // in a ML line 9 has */ code after the close comment line 10 is just code /* line 11 is just ML code */ line 12 is code bye bye