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