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