1 /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, November 2010. */
2 /* { dg-options "-fobjc-exceptions" } */
3 /* { dg-do compile } */
5 /* This test checks the syntax @catch (...) which catches any
6 exceptions. At the moment, @catch (...) is identical to @catch (id
17 @implementation MyObject