blob: 0add9819bd045ad06419464efe409a2d56e4f25c [file] [log] [blame]
// { dg-options "-std=c++0x" }
template<typename...> struct A;
template<typename...T> struct A<T*> // { dg-error "not expanded|T" }
{
friend void foo();
};