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