ref: 529aa2c1a043342c4be06a16048753fc21eee23e dir: /tests/cc/execute/0110-typedefcast.c/
typedef int myint; myint x = (myint)1; int main(void) { return x-1; }