2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / defarg12.C
blob8d1da09d0ef2a0f15a70426cbbcee2f5f774d239
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T = int>
5 struct S 
7   void f ()
8     {
9       struct U {
10       };
11     }