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