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