repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
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
};