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
/
5 linkstatic
/
main.c
blob: 128f2bb1514f1a141913390be91a8cfc5d56cbe1 (
plain
)
1
2
3
4
5
int
func
(
void
);
int
main
(
void
)
{
return
func
();
}