blob: 3c2b4e46e3489b4eb56085ab15cf8b17a9db10e9 [file] [log] [blame]
// PR c++/84630
// { dg-do compile { target c++11 } }
template <typename...> struct c {
template <int> __attribute__((noinline([] {}))) int b(); // { dg-error "wrong number of arguments" }
};
c<> a;