1.Non-terminated comment, "accidentally" terminated by some subsequent comment,
with the code in between swallowed.
a=b; /* this is a bug
c=d; /* c=d will never happen */
with the code in between swallowed.
a=b; /* this is a bug
c=d; /* c=d will never happen */