/* A function name must be an identifier, not a constant */
int 3 (void) {
    return 0;
}