blob: 3e74829380f8eb8388b9ae4e6400d20ccd257303 [file] [log] [blame]
// { dg-do assemble }
template <int I>
void f(int j); // { dg-message "note" }
void g()
{
f<7, 12>(3); // { dg-error "" } no matching function.
}