1 /* Ensure that typeof()-typed variables inside the @try { } block that
2 "inherit" their EH-volatileness from other variables in the stack frame
3 do not trigger "discards qualifiers from target pointer type" warnings. */
5 /* { dg-options "-fobjc-exceptions" } */
6 /* { dg-do compile } */
7 /* { dg-additional-options "-Wno-objc-root-class" } */
9 typedef volatile int IOSharedLockData;
11 @interface TestMyTests
15 extern void some_func (int *);
17 @implementation TestMyTests