int main(void) {
    /* The type specifier in a cast expression must be in parentheses */
    return long 0;
}