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