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