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

id a = @"Hello World!";