Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.
This is a little bit of fun. Can you devise the shortest program which compiles but does nothing but immediately crash when executed? Wherefore by "crash" we mean that the program stops with an error condition (a core dump for example).
Is there a language that crashes faster (7 chars) than C using a gcc compiler? [I leave this answer for somebody to find.]
(It should be allowable to use compiler flags. Otherwise 7 wouldn t work nowadays, compiler checks became much better.)
[evaluation of results] I am unable to mark a single answer because there are multiple correct ones for multiple languages. It would not be fair to disqualify one answer for another. Please use votes for choosing best answers.