forked from OSchip/llvm-project
6 lines
178 B
Mathematica
6 lines
178 B
Mathematica
|
// 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™";
|