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