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