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
/
err3.C
blob: b42a4a908d864bd43658db1e2e8d4b964469887e (
plain
)
1
2
3
4
5
6
7
8
9
class cb { }; class cc { public: cc() : cb() { // ERROR - } };