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