int main(void) {
    /* An unsigned constant suffix should only have one 'u' */
    return 0uu;
}