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