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