2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash19.C
blobbafde81c5544eae2c5be0c01dd87b5a4ee17a933
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 struct S {};
7 struct X {};
9 void f () {
10   typedef X Y;
11   S<Y> s;