1// { dg-do assemble }
2
3// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
4
5template <class T> struct foo { foo(); };
6template<class T> foo<T>::foo() {}
7T; // { dg-error "" } no type
8