repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
compat
/
eh
/
spec3.h
blob
a042c1004dde37005b66367c1b9983ad84bc762c
1
class
Base
{};
2
3
struct
A
:
virtual public
Base
4
{
5
A
();
6
};
7
8
struct
B
{};