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