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