Commit 883ae7b0 by Mike Stump

Minor reformatting twaeks.

From-SVN: r100183
parent 25f0f66e
/* Test warning for non existing selectors. */
/* Contributed by Devang Patel <dpatel@apple.com>. */
/* { dg-options "-Wselector -fnext-runtime" } */
/* { dg-do compile } */
typedef struct objc_object { struct objc_class *class_pointer; } *id;
typedef struct objc_selector *SEL;
typedef struct objc_selector *SEL;
@interface Foo
- (void) foo;
......@@ -23,4 +24,3 @@ typedef struct objc_selector *SEL;
b = @selector(bar);
}
@end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment