Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4da65e631ff44e099d1b60e9a6edd86fb49f9d5
/
.
/
clang
/
test
/
CodeGenObjC
/
2010-02-01-utf16-with-null.m
blob: 1863984c216e4bcf29706942093674103562c2de [
file
] [
log
] [
blame
]
Eric Christopher
b4da65e
2011-08-20 01:04:49 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
2
// rdar://7589850
3
4
// CHECK-NOT: __ustring
5
void
*
P
=
@
"good\0bye"
;