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
]
Chris Lattner
d39dbcc
2003-11-16 20:47:05 +0000
[
diff
] [
blame
]
1
void
bar
()
{
2
static
char
x
[
10
];
3
static
char
*
xend
=
x
+
10
;
4
}
5
6