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
/
new5.C
blob: 87279fd7009d45b908eed6ce42fc24f75372da41 (
plain
)
1
2
3
4
5
int main () { const int *p = new const int (0); delete p; }