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