Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1261938ec42b0a1b82bec5fe901b7fc02a23d9a1
/
.
/
test
/
CodeGen
/
cfstring.c
blob: 7d7edeca3cb3a2f17ce10e0c0570914bef0cd341 [
file
] [
log
] [
blame
]
// RUN: clang -emit-llvm %s -o %t
#define
CFSTR __builtin___CFStringMakeConstantString
void
f
()
{
CFSTR
(
"Hello, World!"
);
}
// rdar://6248329
void
*
G
=
CFSTR
(
"yo joe"
);