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