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