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