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