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