int main(void) {
    /* There shouldn't be a space before the 'l' suffix in a long constant */
    return 0 l;
}