Sign in
ara-mdk
/
platform
/
external
/
clang
/
a30bab4b5d421fb148a732da31621cffe51519ee
/
.
/
test
/
CodeGenObjC
/
2010-02-01-utf16-with-null.m
blob: 1863984c216e4bcf29706942093674103562c2de [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// rdar://7589850
// CHECK-NOT: __ustring
void
*
P
=
@
"good\0bye"
;