Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto40.C
blob: 287191e591047c429859f7399a1657415a0eb47d [
file
] [
log
] [
blame
]
// PR c++/58888
// { dg-do compile { target c++11 } }
#include
<initializer_list>
struct
A
{
static
constexpr
auto
b
{
1.0
};
};
constexpr
decltype
(
A
::
b
)
A
::
b
;