blob: 40c4ab40a586cd9bf201aceb988299350ae125d2 [file] [log] [blame]
static union {
int i;
};
int *ip;
void g() {
ip = &i;
}