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