1 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | \
3 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | \
12 __weak __block NSObject* weak_object = object;
13 void (^callback) (void) = [^{
21 // CHECK: call ptr @objc_read_weak
22 // CHECK: call ptr @objc_read_weak