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