On this coderanch link, I found that the following comment will give compiler error :-
// Compiler Error due to this Unicode char 'u000a'
Reason being, the Unicode sequence is directly replaced by the actual character it corresponds to. Since 'u000a' corresponds to newLine character, a newLine is placed at the place where 'u000a' is found.
My question is that, "Is there any other way of having Compilation Error due to a comment?"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…