1 /* { dg-do compile } */
2 /* { dg-options "-fobjc-exceptions" } */
4 #include "../objc-obj-c++-shared/TestsuiteObject.h"
6 int main (int argc, const char * argv[]) {
7 TestsuiteObject * pool = [TestsuiteObject new];
14 @catch (TestsuiteObject *e) {