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