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