ref: dc1778213cfa24ecb191208c653fd4204efcf3e7 dir: /tests/execute/0022-typedef.c/
typedef int x; int main() { x v; v = 0; return v; }