OSDN Git Service

* g++.dg/parse/repo1.C: Use cleanup-repo-files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / template7.C
1 template <int I>
2 void f();
3
4 void g() { f<(3, 2)>(); } // { dg-error "" }