1 /* Test if caught exception objects are accessible inside the
2 @catch block. (Yes, I managed to break this.) */
3 /* Author: Ziemowit Laski <zlaski@apple.com> */
5 /* { dg-do compile } */
6 /* { dg-options "-fobjc-exceptions" } */
8 #include "../objc-obj-c++-shared/TestsuiteObject.h"
15 @catch (TestsuiteObject* theException) {
16 return [theException name];