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 } */
8 typedef volatile int IOSharedLockData;
10 @interface TestMyTests
14 extern void some_func (int *);
16 @implementation TestMyTests