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