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