1 /* Test warning for non existing selectors. */
2 /* Contributed by Devang Patel <dpatel@apple.com>. */
4 /* { dg-options "-Wselector -fnext-runtime" } */
5 /* { dg-do compile } */
7 typedef struct objc_object { struct objc_class *class_pointer; } *id;
8 typedef struct objc_selector *SEL;
23 a = @selector(b1ar); /* { dg-warning "creating selector for nonexistent method .b1ar." } */