Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
;