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
/
test4.c
blob: 7c281e02610e80a4f2a244ad02b6c254a7f000d2 (
plain
)
1
2
3
4
5
6
int
func9
();
int
main
(
int
argc
,
char
*
argv
[])
{
return
func9
()
==
3
?
0
:
1
;
}