Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-redeclaration2.C
blob: 3d492faccdff7f317a53fa39182e3b1ea39e5149 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
constexpr
float
pi
=
3.14
;
extern
const
float
pi
;
constexpr
float
x
=
pi
;