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