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