// { dg-do assemble }// Copyright (C) 2000 Free Software Foundation, Inc.// Contributed by Nathan Sidwell 7 Jan 2001 <nathan@codesourcery.com>// Bug 1033. We ICE'd when trying to make a non template class a templated// friend.classA{};classB{template<classT>friendclassA;// { dg-error "" } not a template};