Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2002-07-17-StringConstant.c
blob: 5b86a5b7dff65c275ad295f594e2e497814e84bc [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
char
*
foo
()
{
return
"\\begin{"
;
}