1 2 3 4 5 6 7
#include <assert.h> #include <stdlib.h> int main(void) { assert(0); return EXIT_SUCCESS; }