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
/
unit
/
66 static link
/
lib
/
func18.c
blob: c149085ba4f1a7b482e3697a7dfa5f88b64d3c16 (
plain
)
1
2
3
4
5
6
int
func17
();
int
func18
()
{
return
func17
()
+
1
;
}