Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto51.C
blob: dfb08336b53ca3fa4bdec55d6e898dbf4fbf73bd [
file
] [
log
] [
blame
]
// PR c++/84798
// { dg-do compile { target c++11 } }
template
<
typename
T
>
struct
S
{
static
constexpr
T value
=
0
;
};
constexpr
auto
x
=
S
<
void
(*)(
auto
)>::
value
;
// { dg-error "auto" }