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++.mike
/
p9506.C
blob: 7c6e47b8e473c33522d2eca4ec57de5d3474a6cb (
plain
)
1
2
3
4
5
6
7
// Build don't link: // prms-id: 9506 char * volatile p; void foo() { --p = 0; }