1typedef int int_t;
2int main(void) {
3int i = 0; i += 1;
4int_t j = 0; j += 1;
5return 0;
6}
7