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