blob: 616a2c330b9f37998dcb50068f6c4c29228e98a1 [file] [log] [blame]
struct Opaque {
int i, j, k;
} *global;
struct Opaque *getOpaque() { return (struct Opaque *)&global; }