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