blob: 3d492faccdff7f317a53fa39182e3b1ea39e5149 [file] [log] [blame]
// { dg-do compile { target c++11 } }
constexpr float pi = 3.14;
extern const float pi;
constexpr float x = pi;