llvm-project/clang/test/CodeGen/cfstring.c

6 lines
120 B
C
Raw Normal View History

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