Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
pr55080.C
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" }
};