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