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