1 2 3 4 5 6
// RUN: clang -emit-llvm %s #define CFSTR __builtin___CFStringMakeConstantString void f() { CFSTR("Hello, World!"); }