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