blob: 8d1da09d0ef2a0f15a70426cbbcee2f5f774d239 [file] [log] [blame]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T = int>
struct S
{
void f ()
{
struct U {
};
}
};