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
/
42 subproject
/
subprojects
/
sublib
/
simpletest.c
blob: 2184bc68c8dac45042a02fb9451f7017cc6be014 (
plain
)
1
2
3
4
5
#include
<subdefs.h>
int
main
(
void
)
{
return
subfunc
()
==
42
?
0
:
1
;
}