PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / arg8.C
blobadcd013e3068bb7871102b6374aaeaf77fef7db0
1 template<typename T, void, typename U> // { dg-error "void" }
2 void foo(T, U, int) {}
4 void bar()
6   foo(0, 0, 0);                 // { dg-error "no match" }