anon4.C   [plain text]


static union {
  int i;
};

int *ip;

void g() {
  ip = &i;
}