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
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr60430.C
blob
04167d29979374f5316e438ffd22db4efc9092d2
1
// { dg-do compile { target c++11 } }
2
3
constexpr const int A = 42;
4
const int &B = A;
5
static_assert(&A == &B, "Bug");