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