Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto21.C
blob: a827b3df85370719e77715ce90b4cba307f327ab [
file
] [
log
] [
blame
]
// Origin PR c++/47208
// { dg-do compile { target c++11 } }
constexpr
auto
list
=
{
};
// { dg-error "deducing from brace-enclosed initializer list requires #include <initializer_list>" }
static
const
int
l
=
list
.
size
();