Searched refs:pack_1 (Results 1 – 1 of 1) sorted by relevance
54 template<typename...T> void pack_1(T...t) { (void)[a(t...)] {}; } // expected-error {{initializer m… in __anon3b954c741002() function55 template void pack_1<>(); // expected-note {{instantiation of}}