ref: 855037eacbeb9dde648732702639084ef35735ef dir: /tests/execute/0122-localinit.c/
int main() { struct { int x; } s = { 0 }; return s.x; }