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
/
func9.c
blob: 852252d1a9764ff956dd0b5d3079f5abbb962718 (
plain
)
1
2
3
4
5
6
int
func8
();
int
func9
()
{
return
func8
()
+
1
;
}