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