Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / spec3_x.C
blob4c2aefd7c0eea7b5c986914551355e4149009a29
1 #include "spec3.h"
3 extern void func ()
4 #if __cplusplus < 201103L
5 throw (B,A)
6 #endif
9 void spec3_x (void)
11   try { func(); }
12   catch (A& a) { }