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++/85462
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
expr
/
cond3.C
blob
50a4d9a13004c15d9afc6f9153e9a5f1ccf0058f
1
const int i = 7;
2
const int j = 3;
3
4
void f(bool b) {
5
&(b ? i : j);
6
}