1 // REQUIRES: x86-registered-target
2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fblocks -debug-info-kind=limited -S %s -o -
20 // CHECK: @"\01-[I1 im0]"
21 // CHECK: llvm.dbg.func.start
28 @interface NSAttributedString
31 @interface NSMutableAttributedString : NSAttributedString
34 @implementation CYObjectsController
37 + (NSAttributedString *)attributedStringWithString:(id)string image:(NSImage *)image {
38 NSMutableAttributedString *attrStr;