blob: 3c53e8e1fb64be62e7a69508c44fea7ae5ab1e15 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T = int>
struct S
{
void f ()
{
struct U {
};
}
};