Sign in
android-kvm
/
linux
/
c8a53ee5ee4fcab5ee252f61a69609b65e5e74b8
/
.
/
tools
/
build
/
tests
/
ex
/
ex.c
blob: dc42eb2e1a677414b32001de061eb1868acd5827 [
file
]
int
a
(
void
);
int
b
(
void
);
int
c
(
void
);
int
d
(
void
);
int
e
(
void
);
int
f
(
void
);
int
main
(
void
)
{
a
();
b
();
c
();
d
();
e
();
f
();
return
0
;
}