Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
test
/
FrontendC
/
2003-11-16-StaticArrayInit.c
blob: eb83b3ad0c61fe1e0b1408c90d8bbce83aa89738 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
void
bar
()
{
static
char
x
[
10
];
static
char
*
xend
=
x
+
10
;
}