2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash42.C
blob65365857d07ec07aba6cd683ee24f3e757ec45c7
1 // { dg-do assemble  }
2 // Origin: Walter Brisken <walterfb@puppsr14.princeton.edu>
4 template <class T> class list {};
6 class newtype
8 };
10 void crash()
12   newtype* n;
13   n->list.size (); // { dg-error "" } invalid use of template