blob: c7df1b303397b1ebcb63d8e08d6ab0f80868a1eb [file] [log] [blame]
// RUN: clang -emit-llvm %s
#define CFSTR __builtin___CFStringMakeConstantString
void f() {
CFSTR("Hello, World!");
}