blob: d1ce2db78b566f27043f25ff36bdcd1c26d76b8b [file] [log] [blame]
// PR c++/40406
template<int> struct A
{
template<int> template<int> void A::foo() {} // { dg-error "36:extra qualification" }
};