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