1 2 3 4 5 6 7 8
// { dg-do assemble } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 5 Jan 2001 <nathan@codesourcery.com> // Bug 911, ICE on bogus template declaration template <class T> class A<T>; // { dg-error "" } not a template