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
/
warn
/
Wshadow-3.C
blob
99add19a4357faa28fe907d8e6ba542f848e9727
1
// PR c++/18530
2
// { dg-options "-Wshadow" }
3
4
struct A {
5
A();
6
~A();
7
void foo (int __ct, int __dt) {}
8
};