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
/
custom_target.c
blob: 1bbe82c38e3c901d0d408b596e9744bfc7556cd3 (
plain
)
1
2
3
4
5
6
void
outer_lib_func
(
void
);
int
main
(
void
)
{
outer_lib_func
();
return
0
;
}