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