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

7 lines
127 B
C

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