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: e19168e4104c3bae829c476a58ffff38b6405fef (
plain
)
1
2
3
4
5
// RUN: clang -emit-llvm %s -o %t
int
main
()
{
char
a
[
10
]
=
"abc"
;
}