xref
: /
llvm-project-15.0.7
/
clang
/
test
/
CodeGenObjC
/
constant-strings.m
(revision 7a017c6f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
2
3
id a = @"Hello World!";
4
5