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