index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
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
;
}