Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash19.C
blobd7ecba86b6f8df1f5e19237c49755b67b020fcba
1 // Build don't link:
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;