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