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