index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2002-07-17-StringConstant.c
blob: 9ba0c25213dab98ea68c99a5d82a6cd2e9bb2480 (
plain
)
1
2
3
4
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
char
*
foo
()
{
return
"
\\
begin{"
;
}