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