#include #include "debug.h" int main(void) { int i = 3; IDEBUG(i); IDEBUG(i == 0); return EXIT_SUCCESS; }