#define DEBUG #include "../include/except.h" int main(void){ TEST(NULL); TEST(0 > 1); TEST(1 > 0); return EXIT_SUCCESS; }