typedef volatile int fooo; struct foo { int i; fooo j; }; static struct foo bar = (struct foo) { 0, ((fooo) 0)}; int main(void) { }