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