(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-redeclaration2.C
// { dg-do compile { target c++11 } }

constexpr float pi = 3.14;
extern const float pi;
constexpr float x = pi;