mirror of git://gcc.gnu.org/git/gcc.git
parent
4143af330f
commit
4f8fb8c43e
|
@ -0,0 +1,13 @@
|
||||||
|
// Build don't link:
|
||||||
|
// Origin: Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
// crash test - XFAIL *-*-*
|
||||||
|
|
||||||
|
template <class T>
|
||||||
|
struct S
|
||||||
|
{
|
||||||
|
template <class U>
|
||||||
|
friend S<U>;
|
||||||
|
};
|
||||||
|
|
||||||
|
template struct S<int>;
|
Loading…
Reference in New Issue