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