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
/
230 external project
/
app.c
blob: a8266e769c66c30f9ba2121d62997c089a734b39 (
plain
)
1
2
3
4
5
6
#include
<libfoo.h>
int
main
(
void
)
{
return
call_foo
()
==
42
?
0
:
1
;
}