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