Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist80.C
blob: a6ab40ca34982b49cbbc53b6fa3e10b6653591c4 [
file
] [
log
] [
blame
]
// PR c++/60051
// { dg-require-effective-target c++11 }
#include
<initializer_list>
auto
x
[
2
]
=
{};
// { dg-error "14:unable to deduce" }