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