ref: dfa7978c258ec6e3bc7e495e1c2c880638587423 dir: /tests/0053-struct.c/
int main() { struct T { int x; }; { struct T s; s.x = 0; return s.x; } }