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