aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/constant-strings.m
blob: 879f91a43248e10fe53f82522de5df4e340afeb6 (plain)
1
2
3
4
// RUN: clang -fnext-runtime -emit-llvm -o %t %s

id a = @"Hello World!";