Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nsdmi-const1.C
blob: b5b8dabbcecc70eb56e54cc55a14607c1d41c4cb [
file
] [
log
] [
blame
]
// PR c++/50707
// { dg-do compile { target c++11 } }
int
g
;
struct
S
{
int
const
v
=
g
;
};
S s
;