1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2 // RUN: grep objc_assign_global %t | count 3
3 // RUN: grep objc_assign_strongCast %t | count 2
4 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
5 // RUN: grep objc_assign_global %t | count 3
6 // RUN: grep objc_assign_strongCast %t | count 2