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