Build: Fix typo ac_cv_search_pthread_crate
[official-gcc.git] / gcc / testsuite / g++.dg / other / default2.C
blob51534b8876d25d5e2bfc7be690d4d471783f3cf2
1 // PR c++/16829
2 // { dg-do compile }
4 template<typename T> void foo(T, int = 0, int) {}  // { dg-error "default" }
6 void bar()
8   foo(0);