1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
2 // expected-no-diagnostics
9 @interface MyObject(whatever)
10 @property (assign) int foo;
14 @property (assign) int foo;
17 @implementation MyObject
18 @synthesize foo = _foo;
22 @interface MPMediaItem
27 @interface MPMediaItem ()
28 @property (nonatomic, readonly) id title;
31 @interface PodcastEpisodesViewController
34 @implementation PodcastEpisodesViewController