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