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