aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/cfstring.c
blob: c7df1b303397b1ebcb63d8e08d6ab0f80868a1eb (plain)
1
2
3
4
5
6
// RUN: clang -emit-llvm %s
#define CFSTR __builtin___CFStringMakeConstantString

void f() {
  CFSTR("Hello, World!");
}