blob: 50a4d9a13004c15d9afc6f9153e9a5f1ccf0058f [file] [log] [blame]
const int i = 7;
const int j = 3;
void f(bool b) {
&(b ? i : j);
}