index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
expr
/
cond3.C
blob: 50a4d9a13004c15d9afc6f9153e9a5f1ccf0058f (
plain
)
1
2
3
4
5
6
const int i = 7; const int j = 3; void f(bool b) { &(b ? i : j); }