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