index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
string-literal.c
blob: 8b39dfcdb1d598a8362389335aba733188577430 (
plain
)
1
2
3
4
5
// RUN: clang -emit-llvm %s
int
main
()
{
char
a
[
10
]
=
"abc"
;
}