On Sun, 28 Aug 2016 08:35:06 +0000, ketmar wrote: > i have a perfect solution to this: don't write such code!
It would reflect poorly on the compiler if it failed to compile something simply because you added a few comments. Especially since each C-style comment is likely its own token. A not-absurd usecase is a person condensing several functions into one, which might involve separately commenting out several function bodies.
