18 lines · plain
1// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -debug-info-kind=limited -S %s -o -2// REQUIRES: x86-registered-target3 4@class Bar;5@interface Foo6@property (strong, nonatomic) Bar *window;7@end8 9@interface Foo__ : Foo10@end11@implementation Foo__12@end13 14@implementation Foo15@synthesize window = _window;16@end17 18