re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / default10.C
blob1c9731e2fa78a35e68786f333a53a88d3df8e6af
1 // PR c++/15339
3 template<typename> void g3(int, int);
4 template<typename> void g3(int = 0, int) { }  // { dg-error "may not have default arguments|default argument missing" }