Commit 4f8fb8c4 by Mark Mitchell

New test

From-SVN: r28273
parent 4143af33
// 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>;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment