summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/cfstring2.c
blob: ceefeb9e832c50f4d895f1dd7460876f9b4da546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: clang-cc -emit-llvm %s -o %t

typedef const struct __CFString * CFStringRef;

#define CFSTR(x) (CFStringRef) __builtin___CFStringMakeConstantString (x)

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

// rdar://6151192
void *G = CFSTR("yo joe");

OpenPOWER on IntegriCloud