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