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