#define DEBUG #include "../include/except.h" #include #include int main(void){ printf("\n\n"); printf("Assertion sanity test. These two tests are supposed to fail!!\n"); ASSERTED(NULL); return EXIT_SUCCESS; }