1 /* { dg-do compile } */
3 /* Test that using an invalid type in a method declaration produces a
4 friendly error without a compiler crash. */
9 @implementation MyClass
10 - (x) method /* { dg-error "unknown type name" } */
14 - (id) method2: (x)argument /* { dg-error "unknown type name" } */