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
/
dyncast4.C
blob: 43cb6ef52924e7ae0a88c982f5aee692713959f2 (
plain
)
1
2
3
4
int main() { int* d; dynamic_cast<void*>(d); // ERROR - }