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