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