xref
: /
external
/
clang
/
test
/
CodeGen
/
2002-07-17-StringConstant.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -emit-llvm %s -o /
dev
/
null
2
3
foo()
4
char
*
foo
() {
return
"\\begin{"
; }
5