1831e45a3553518565a5a4abf44afea6ccaff8ff
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit38.C
1 // { dg-do assemble }
2 template <int I>
3 void f(int j); // { dg-message "note" }
4
5 void g()
6 {
7 f<7, 12>(3); // { dg-error "" } no matching function.
8 // { dg-message "candidate" "candidate note" { target *-*-* } 7 }
9 }