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