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