Have you ever crashed the compiler?
Posted
by Motti
on Stack Overflow
See other posts from Stack Overflow
or by Motti
Published on 2008-10-11T19:19:01Z
Indexed on
2010/04/09
20:13 UTC
Read the original article
Hit count: 369
Everyone (at least everyone who uses a compiled language) has faced compilation errors but how many times do you get to actually crash the compiler?
I've had my fair share of "internal compiler errors" but most went away just by re-compiling. Do you have a (minimal) piece of code that crashes the compiler?
© Stack Overflow or respective owner