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