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
/
friend11.C
blob
61aae4ed63b86f33c9cf0ac9a3c79afe20f88ebb
1
// PR c++/19200
2
3
struct S {
4
struct T{};
5
template<typename> friend void S(T);
6
};