int main(void) {

    int x = 10;
    // make sure second delimiter in ternary expression is :
    return x ? 1 = 2;
}