Sign in
fuchsia
/
third_party
/
bloaty
/
refs/heads/fuchsia
/
.
/
tests
/
testdata
/
bar.c
blob: 0c835fd483a9d000c19acaa38c9196c7948d522c [
file
] [
log
] [
blame
]
int
bar_x
[
1000
]
=
{
1
};
int
bar_y
=
1
;
int
bar_z
=
0
;
int
bar_func
()
{
return
bar_y
/
17
;
}