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
/
linuxlike
/
7 library versions
/
exe.orig.c
blob: 1e8e90e76a8d00829eff97610815623f875729b4 (
plain
)
1
2
3
4
5
6
7
8
int
myFunc
(
void
);
int
main
(
void
)
{
if
(
myFunc
()
==
55
)
return
0
;
return
1
;
}