(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
anon4.C
static union {
  int i;
};

int *ip;

void g() {
  ip = &i;
}