Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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);