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