>>751
void main()
{
struct {
int x,y,z,foo,bar,everything;
} global;

func(&global);
}