(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
pr55080.C
// PR c++/55080
// { dg-options "-std=c++98 -pedantic" }

class B {
 static const int c = 3.1415926; // { dg-warning "constant-expression" }
};