index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
39 library chain
/
main.c
blob: 9c88e73ae7ad6bc441e14f98003f82e78b61bf80 (
plain
)
1
2
3
4
5
int
libfun
(
void
);
int
main
(
void
)
{
return
libfun
();
}