summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/cfstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/cfstring.c')
-rw-r--r--test/CodeGen/cfstring.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/CodeGen/cfstring.c b/test/CodeGen/cfstring.c
new file mode 100644
index 0000000..a78dfda
--- /dev/null
+++ b/test/CodeGen/cfstring.c
@@ -0,0 +1,13 @@
+// RUN: clang-cc -emit-llvm %s -o %t
+#define CFSTR __builtin___CFStringMakeConstantString
+
+void f() {
+ CFSTR("Hello, World!");
+}
+
+// rdar://6248329
+void *G = CFSTR("yo joe");
+
+void h() {
+ static void* h = CFSTR("Goodbye, World!");
+}
OpenPOWER on IntegriCloud