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