Michael Gottesman | 8f98bf9 | 2013-02-05 23:08:45 +0000 | [diff] [blame] | 1 | // 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 | |||||
6 | void test(id x) { | ||||
7 | [x doSomething]; | ||||
8 | } |