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