(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
cond3.C
const int i = 7;
const int j = 3;

void f(bool b) {
  &(b ? i : j);
}