From-SVN: r28273
This commit is contained in:
Mark Mitchell 1999-07-26 18:26:21 +00:00
parent 4143af330f
commit 4f8fb8c43e

View file

@ -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>;