aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/template7.C
blob: 930e259fe1e6d58ea7b8ba78107c9ebd9417dc08 (plain)
1
2
3
4
5
6
// { dg-options -std=c++98 }

template <int I>
void f();			// { dg-message "note" }

void g() { f<(3, 2)>(); } // { dg-error "" }