/* * "string literal not starting in line where comment started * line 2" */ // multi-line comments with text highlighted with regions when not in comment /* // 1 line comment * 2nd line */ /* "string literal ending in same line" * 2nd line */ /* "string literal * 2nd line" text not in literal * 3rd line */ /* 'character literal * 2nd line * 3rd line' text not in literal, keyword (int) // 1 line comment * 4th line */ text not in literal 'character literal 2nd line' text not in literal, keyword (int) /* comment */ "string literal" 3rd line