Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-ice12.C
blob: c5483376c37f71bb191889c9352544bff5150a65 [
file
] [
log
] [
blame
]
// PR c++/58609
// { dg-do compile { target c++11 } }
struct
A
{
static
constexpr
int
&&
i
=
0
;
};
int
j
=
A
::
i
;