1 /* Test if addition of 'volatile' to object causes bogus error in presence of try-catch. */
2 /* { dg-options "-fobjc-exceptions" } */
3 /* { dg-do compile } */
10 void constMethod() const {
14 @interface MyObject : Exception
19 @implementation MyObject
29 @catch (Exception *exception) {