Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b21d6afce9890b8aeecfce93aafc178fd10adc53
/
.
/
test
/
CodeGenObjC
/
constant-strings.m
blob: 879f91a43248e10fe53f82522de5df4e340afeb6 [
file
] [
log
] [
blame
]
Daniel Dunbar
b21d6af
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