1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
6 lines
240 B
Objective-C
6 lines
240 B
Objective-C
// RUN: %clang_cc1 -emit-llvm -w -x objective-c %s -o - | FileCheck %s
|
|
// rdar://7095855 rdar://7115749
|
|
|
|
// CHECK: internal unnamed_addr constant [6 x i16] [i16 105, i16 80, i16 111, i16 100, i16 8482, i16 0], align 2
|
|
void *P = @"iPod™";
|