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