Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c01f56c8de151c82d958e10fa59f54dc85e9623c
/
.
/
clang
/
test
/
CodeGenObjC
/
constant-strings.m
blob: 879f91a43248e10fe53f82522de5df4e340afeb6 [
file
] [
log
] [
blame
]
Daniel Dunbar
c01f56c
2008-09-04 04:36:23 +0000
[
diff
] [
blame^
]
1
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
2
3
id a
=
@
"Hello World!"
;
4