1 // { dg-do compile { target c++11 } }
2 
3 constexpr float pi = 3.14;
4 extern const float pi;
5 constexpr float x = pi;
6