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
/
common
/
167 subproject nested subproject dirs
/
prog.c
blob: 27162c5e06a178efe30242449622553bb584ca5f (
plain
)
1
2
3
4
5
int
func
(
void
);
int
main
(
void
)
{
return
func
()
==
42
?
0
:
1
;
}