2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / expr / cond3.C
blob50a4d9a13004c15d9afc6f9153e9a5f1ccf0058f
1 const int i = 7;
2 const int j = 3;
4 void f(bool b) {
5   &(b ? i : j);