ref: 64688dc02ba9cc803d2b2a8b6030d73602ed18cc dir: /tests/error/0022-cpp-if.c/
#if 3 != (1,2,3) #error 3 != (1,2,3) #endif int main() { return 0; }