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