1 struct { } foo = { };
bar(void)2 void * bar(void) { return &foo; }
3