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