blob: b5b8dabbcecc70eb56e54cc55a14607c1d41c4cb [file] [log] [blame]
// PR c++/50707
// { dg-do compile { target c++11 } }
int g;
struct S {
int const v=g;
};
S s;