defarg12.C   [plain text]


// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>

template <class T = int>
struct S 
{
  void f ()
    {
      struct U {
      };
    }
};