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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
friend31.C
blob
071025df4e53d996997a106c8391525d17ac4b07
1
// { dg-do assemble }
2
3
template <class T>
4
struct S1 {
5
};
6
7
template <>
8
struct S1<int> {};
9
10
struct S2 {
11
friend class S1<int>;
12
};