blob: c13cec982af4d91e5fb2081951a582e7b4012d10 [file] [log] [blame]
// { dg-do assemble }
// Origin: Jason Merrill <jason@cygnus.com>
template<class T> struct A
{
friend void f ();
};
A<short> a;
A<int> b;