repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RTEMS: Add Cortex-M33 multilib
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr86747.C
blob
5b0a0bb95146a28b920dd6ff08085662b9dca48a
1
// { dg-do compile }
2
3
template <typename T> class A {
4
template <void (A::*p)()> class C; // #1
5
template <void (A::*q)()> friend class C; // #2
6
};
7
8
A<double> a;