blob: 87a7c04cf718bf75360e43f0bf3242d4f64f000e [file] [log] [blame]
Michael Gottesman30c07af2013-02-06 00:14:48 +00001// RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
2// RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
3
4// CHECK: @"\01L_OBJC_SELECTOR_REFERENCES_" = internal externally_initialized global
5
6void test(id x) {
7 [x doSomething];
8}