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