Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4d374d4a4832a01d5d3b75c59cb1567e60df41e7
/
.
/
test
/
CodeGenObjC
/
constant-strings.m
blob: d4fefd903653a1808fc53a077ee53c0652b0ac55 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
id a
=
@
"Hello World!"
;