simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-redeclaration2.C
blob3d492faccdff7f317a53fa39182e3b1ea39e5149
1 // { dg-do compile { target c++11 } }
3 constexpr float pi = 3.14;
4 extern const float pi;
5 constexpr float x = pi;