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