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