PR c/49859
[official-gcc.git] / gcc / testsuite / g++.dg / parse / template7.C
blob930e259fe1e6d58ea7b8ba78107c9ebd9417dc08
1 // { dg-options -std=c++98 }
3 template <int I>
4 void f();                       // { dg-message "note" }
6 void g() { f<(3, 2)>(); } // { dg-error "" }