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