blob: 8696ab4bb3c722354c993370dee53f5319a2586b [file] [log] [blame]
// PR c++/37348
// { dg-do compile }
struct A
{
template <class> int f (B); // { dg-error "was not declared in this scope|cannot be a member template" }
};