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