blob: b66395a11d95421d6ba1d49a4349e26bce27c266 [file] [log] [blame]
// PR c++/55080
// { dg-options "-std=c++98 -pedantic" }
class B {
static const int c = 3.1415926; // { dg-warning "constant-expression" }
};