1 // PR c++/55080 2 // { dg-options "-std=c++98 -pedantic" } 3 4 class B { 5 static const int c = 3.1415926; // { dg-warning "constant-expression" } 6 }; 7