#include #include int main(void) { printf("[crasher] about to crash\n"); abort(); }