Sign in
fuchsia
/
third_party
/
bloaty
/
refs/heads/fuchsia
/
.
/
tests
/
testdata
/
foo.c
blob: 9add3b6c059caf10ed4364819f542350def36007 [
file
] [
log
] [
blame
] [
edit
]
int
foo_x
[
1000
]
=
{
0
};
int
foo_y
=
0
;
int
foo_func
()
{
return
foo_y
/
17
;
}