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