// this doesn't seem to actually crash c... /* int main (void) */ /* { */ /* return (int ) 0; */ /* } */ // this will actually crash a c program int main () { return 1/0; }