Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-47-1.C
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
;
}