5 lines
106 B
C
5 lines
106 B
C
struct Opaque {
|
|
int i, j, k;
|
|
} *global;
|
|
struct Opaque *getOpaque() { return (struct Opaque *)&global; }
|