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
/
func15.c
blob: 78303cc2f08d001aeff519c42f95eda8bec5b870 (
plain
)
1
2
3
4
5
6
int
func14
();
int
func15
()
{
return
func14
()
+
1
;
}