#define DEBUG #include "../include/except.h" #include #include int main(void){ printf("\n\n"); printf("Uncaught exceptions sanity test.\n"); Exception u = {NULL}; RAISE(u); return EXIT_SUCCESS; }