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