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