int main(void) {
    /* Cannot declare a variable with two "int" specifiers */
    int long int i = 0;
    return i;
}