repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo in test case
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
crash9.C
blob
d3c23977abf8a5c92589a80c6fb65d2ebe84622f
1
// Build don't link:
2
// Origin: Jason Merrill <jason@cygnus.com>
3
4
struct A { };
5
struct B : public A
6
{
7
int A;
8
};
9
struct C : public B { };