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