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