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