blob: adcd013e3068bb7871102b6374aaeaf77fef7db0 [file] [log] [blame]
template<typename T, void, typename U> // { dg-error "void" }
void foo(T, U, int) {}
void bar()
{
foo(0, 0, 0); // { dg-error "no match" }
}