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