1*0a6a1f1dSLionel Sambuc// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s 2*0a6a1f1dSLionel Sambuc// RUN: %clang_cc1 -o - -emit-llvm %s | FileCheck %s 3f4a2713aSLionel Sambuc 4*0a6a1f1dSLionel Sambuc// CHECK: @OBJC_SELECTOR_REFERENCES_ = private externally_initialized global 5f4a2713aSLionel Sambuc 6f4a2713aSLionel Sambucvoid test(id x) { 7f4a2713aSLionel Sambuc [x doSomething]; 8f4a2713aSLionel Sambuc} 9