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