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
/
abi
/
inline1.C
blob
97082aa73770c765dc08dee32b3605a586593063
1
struct S {
2
S() {}
3
virtual void g() {}
4
};
5
6
// { dg-final { scan-assembler-not "_ZTV1S" } }