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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wnvdtor.C
blob
b04fdcbe6b1fdcbfbe3cb7e2ceef8be8545f2665
1
// { dg-options "-Wnon-virtual-dtor" }
2
3
extern "Java"
4
{
5
class Foo
6
{
7
public:
8
virtual void bar( void);
9
};
10
}