blob: 28d34a1d71cce99b76a6dc4dedaca841d62188a5 [file] [log] [blame]
// PR c++/50258
// { dg-options "-std=c++0x" }
struct Foo {
static const double d = 3.14; // no warning
};
const double Foo::d;