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