blob: b13e3eccde43c4f40d657a00f0adfc830cd37aa2 [file] [log] [blame]
template <int I>
void f();
void g() { f<(3, 2)>(); } // { dg-error "" }