summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/implicit-objc_msgSend.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/implicit-objc_msgSend.m')
-rw-r--r--test/CodeGenObjC/implicit-objc_msgSend.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGenObjC/implicit-objc_msgSend.m b/test/CodeGenObjC/implicit-objc_msgSend.m
new file mode 100644
index 0000000..4511cca
--- /dev/null
+++ b/test/CodeGenObjC/implicit-objc_msgSend.m
@@ -0,0 +1,7 @@
+// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -o %t %s &&
+// RUN: grep -F 'declare i8* @objc_msgSend(...)' %t
+
+typedef struct objc_selector *SEL;
+id f0(id x, SEL s) {
+ return objc_msgSend(x, s);
+}
OpenPOWER on IntegriCloud