diff options
Diffstat (limited to 'clang/test/CodeGenObjC/constant-strings.m')
-rw-r--r-- | clang/test/CodeGenObjC/constant-strings.m | 4 |
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!"; + |