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