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