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