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