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