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