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