Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d7d5f0223bd30dfd618762349c6209dd1d5ea3e6
/
.
/
test
/
CodeGenObjC
/
constant-strings.m
blob: d4fefd903653a1808fc53a077ee53c0652b0ac55 [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame^
]
1
// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
Daniel Dunbar
b21d6af
2008-09-04 04:36:23 +0000
[
diff
] [
blame
]
2
3
id a
=
@
"Hello World!"
;
4