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