rt_gccstream/gcc/testsuite/g++.dg/eh/catch1.C

9 lines
122 B
C

// PR c++/28250
// { dg-do compile }
template<int> void foo()
{
try {}
catch (int(0)) {} // { dg-error "before" }
}