1 /* Do not warn about "slightly" mismatched method signatures if
2 -Wstrict-selector-match is off. */
4 /* { dg-do compile } */
5 /* { dg-options "-Wno-strict-selector-match" } */
10 - (id) meth1: (Base *)arg1;
14 @interface Derived: Base
15 - (id) meth1: (Derived *)arg1;