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