Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-ref6.C
blob: 1cbd651f1e5c9f4bec34630a71eb7a0a00a346f8 [
file
] [
log
] [
blame
]
// PR c++/60771
// { dg-do compile { target c++11 } }
struct
A
{
static
constexpr
int
const
&
ref
=
5
;
};