Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }
};