diff options
Diffstat (limited to 'test/CodeGenObjC/2009-08-05-utf16.m')
-rw-r--r-- | test/CodeGenObjC/2009-08-05-utf16.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGenObjC/2009-08-05-utf16.m b/test/CodeGenObjC/2009-08-05-utf16.m new file mode 100644 index 0000000000000..38c9c82e78355 --- /dev/null +++ b/test/CodeGenObjC/2009-08-05-utf16.m @@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -emit-llvm -w -x objective-c %s -o - | FileCheck %s +// rdar://7095855 rdar://7115749 + +// CHECK: internal unnamed_addr constant [12 x i8] +void *P = @"iPod™"; |