blob: 1831e45a3553518565a5a4abf44afea6ccaff8ff [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.
// { dg-message "candidate" "candidate note" { target *-*-* } 7 }
}