Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr91545.C
blob: 2aa1fa18bd5f1fcb4efefa4c5943f04ae6700005 [
file
] [
log
] [
blame
]
// PR c++/91545
// { dg-do compile { target c++11 } }
long
a
[
1
];
int
d
,
e
{
d
&&
(
a
[
d
]
=
0
)
};