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