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