int main(void) {
    /* Can't include the same specifier twice */
    unsigned long unsigned i = 0;
    return 0;
}