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