typedef int int_t;
int main(void) {
int i = 0; i += 1;
int_t j = 0; j += 1;
return 0;
}
