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