1/* 2 * Multi-lines comment. 3 */ 4END 5// comment after probe 6{ 7 printf("followed by a comment\n"); 8 // comment that should be skipped (off-by one test) 9} 10/* Another comment */ 11