Files
clang-p2996/clang/test/CodeGen/cfstring.c
2007-11-19 00:25:30 +00:00

6 lines
120 B
C

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