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