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
/
parse
/
qualified4.C
blob
c827fcfe7c1e95f084d9eec70d5c4ff6ef5c8271
1
// PR c++/16782
2
// { dg-options "" }
3
4
struct X {
5
void X::bar() {} // { dg-error "" }
6
};