int main(void) {
    /* lul is not a valid suffix for integer constants */
    return 0lul;
}