repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-redeclaration2.C
blob
3d492faccdff7f317a53fa39182e3b1ea39e5149
1
// { dg-do compile { target c++11 } }
2
3
constexpr float pi = 3.14;
4
extern const float pi;
5
constexpr float x = pi;