Sign in
llvm
/
llvm-project
/
clang
/
e3884de8cec1b4b0c858cbbafae4dd85efa48fb6
/
.
/
test
/
CodeGenObjC
/
constant-strings.m
blob: d4fefd903653a1808fc53a077ee53c0652b0ac55 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
id a
=
@
"Hello World!"
;