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