1 /* Check that the compiler does not incorrectly complain about
2 exceptions being caught by previous @catch blocks. */
3 /* Author: Ziemowit Laski <zlaski@apple.com> */
5 /* { dg-do compile } */
6 /* { dg-options "-Wall -fobjc-exceptions" } */
11 @interface FooException : Exception
21 @catch (FooException* fe) {
23 @catch (Exception* e) {