summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/constant-strings.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/constant-strings.m')
-rw-r--r--clang/test/CodeGenObjC/constant-strings.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/constant-strings.m b/clang/test/CodeGenObjC/constant-strings.m
new file mode 100644
index 00000000000..879f91a4324
--- /dev/null
+++ b/clang/test/CodeGenObjC/constant-strings.m
@@ -0,0 +1,4 @@
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
+
+id a = @"Hello World!";
+
OpenPOWER on IntegriCloud