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
/
CFrontend
/
2003-11-16-StaticArrayInit.c
blob: 399b4e8a8e03e4e655d548ae7c4981b2896b727a (
plain
)
1
2
3
4
5
6
void
bar
()
{
static
char
x
[
10
];
static
char
*
xend
=
x
+
10
;
}