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