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