aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/externally-initialized-selectors.mm
blob: 0b7c24eadd8460123d869dc9fc37c70f98d2414f (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
// RUN: %clang_cc1 -o - -emit-llvm %s | FileCheck %s

// CHECK: @"\01L_OBJC_SELECTOR_REFERENCES_" = private externally_initialized global

void test(id x) {
  [x doSomething];
}