// RUN: clang -emit-llvm %s -o %t #ifdef __APPLE__ #include void f() { CFSTR("Hello, World!"); } // rdar://6151192 void *G = CFSTR("yo joe"); #endif