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