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