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