abort.c 66 Bytes Raw Blame History Permalink 1 2 3 #include <stdlib.h> int main(int argc, char **argv) { abort(); }