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