Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
039ba763d1da901bcd1ef0020a2aa97704c7962a
/
.
/
test
/
CFrontend
/
2003-11-16-StaticArrayInit.c
blob: 399b4e8a8e03e4e655d548ae7c4981b2896b727a [
file
] [
log
] [
blame
]
void
bar
()
{
static
char
x
[
10
];
static
char
*
xend
=
x
+
10
;
}