module typeinfo; typedef int int_t; void main() { int_t i; i += 3; }