aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-47-1.C
blob: 4a5d73a192747b3d1ac8ca1be3b6e1259684b94f (plain)
1
2
3
4
5
6
7
8
// { dg-do compile { target c++11 } }
int
foo ()
{
  int i [[and, bitor, xor_eq, compl, bitand]]; // { dg-warning "ignored" }
  i = 0;
  return i;
}