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