testsuite: Adjust switch-exp-transform-3.c for 32bit
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / spec3_y.C
blob78b0914cdc5c8ab44359f7bdca3d1dd8c963721f
1 #include "spec3.h"
3 A::A() {}
5 void func()
6 #if __cplusplus < 201103L
7 throw (B,A)
8 #endif
10   throw A();