Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
CodeGen
/
2002-07-17-StringConstant.c
blob: 7cc5cc5f3db2498443bfb881917a89e558eaa08c [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
char
*
foo
(
void
)
{
return
"\\begin{"
;
}