blob: 4a5d73a192747b3d1ac8ca1be3b6e1259684b94f [file] [log] [blame]
// { dg-do compile { target c++11 } }
int
foo ()
{
int i [[and, bitor, xor_eq, compl, bitand]]; // { dg-warning "ignored" }
i = 0;
return i;
}