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