summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse/template7.C
blob: 0d3f3fa24a1c27b70de671a4a02179b2e963512e (plain)
1
2
3
4
5
template <int I>
void f();			// { dg-message "note" }

void g() { f<(3, 2)>(); } // { dg-error "" }
// { dg-message "candidate" "candidate note" { target *-*-* } 4 }