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
/
208 link custom
/
lib.c
blob: 585b6c90503373c43bd7d43a9c5ae643c21e005a (
plain
)
1
2
3
4
5
6
7
void
flob
(
void
);
int
foo
(
void
)
{
flob
();
return
0
;
}