1 struct Opaque { 2 int i, j, k; 3 } *global; getOpaque()4 struct Opaque *getOpaque() { return &global; } 5