index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
lvalue4.C
blob: 79a02d8a5c060339322177bb678004a543fb8ff0 (
plain
)
1
2
3
4
5
6
int main() { int i = 2; int *pi = &(++i); return i != 3; }