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