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