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