2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-47-1.C
blob4a5d73a192747b3d1ac8ca1be3b6e1259684b94f
1 // { dg-do compile { target c++11 } }
2 int
3 foo ()
5   int i [[and, bitor, xor_eq, compl, bitand]]; // { dg-warning "ignored" }
6   i = 0;
7   return i;