2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash41.C
blob746dbbca8a1d47b45e837039f965ddc4c1f83fb6
1 // PR c++/35327
3 struct A
5   A(int)(); // { dg-error "declared" }
6 };
8 template<int> void foo(bool b, A a) { b ? a : 0; } // { dg-error "no match" }