struct s10 { shared void *f2[4]; }; int main() { struct s10 S1 = { 0 }; return 0; }