Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
28de78bf9b8532b7733f49aea54b7fae651af490
/
.
/
test
/
CodeGen
/
cfstring2.c
blob: 7b808b4aab40e3267421a9e4f0518cbfc7a5ac4d [
file
] [
log
] [
blame
]
// RUN: clang-cc -emit-llvm %s -o %t
#ifdef
__APPLE__
#include
<Carbon/Carbon.h>
void
f
()
{
CFSTR
(
"Hello, World!"
);
}
// rdar://6151192
void
*
G
=
CFSTR
(
"yo joe"
);
#endif