I
Ike Naar
Then again, there's another way to do this, though it requires
an extra declaration:
const static struct s struct_s_zero;
struct s s1 = struct_s_zero;
This is good for another warning :-(
a.c:1: warning: `static' is not at beginning of declaration