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