#define log(fmt, ...) ({ \ -1; \ }) int main(void) { if (0) log("error"); return -1; return 0; }