Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
CodeGen
/
cfstring.c
blob: 3bd1a2d1834455290597a4ea0911b9ccaf796f08 [
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"
);
void
h
()
{
static
void
*
h
=
CFSTR
(
"Goodbye, World!"
);
}