1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
7 PBXTarget * __weak _lastKnownTarget;
8 PBXTarget * __weak _KnownTarget;
14 extern void foo(void);
15 @implementation PBXTarget
17 if (_lastKnownTarget != result)
19 if (result != _lastKnownTarget)
22 if (_lastKnownTarget != _KnownTarget)