1 // { dg-do compile { target c++11 } }
2 int
foo()3 foo ()
4 {
5   int i [[and, bitor, xor_eq, compl, bitand]]; // { dg-warning "ignored" }
6   i = 0;
7   return i;
8 }
9