rt_gccstream/gcc/testsuite/g++.dg/parse/crash41.C

9 lines
149 B
C

// PR c++/35327
struct A
{
A(int)(); // { dg-error "declared" }
};
template<int> void foo(bool b, A a) { b ? a : 0; } // { dg-error "no match" }