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