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
/
90 gen extra
/
plain.c
blob: c068a023e5de5b44f559d2806e7c637978d6d807 (
plain
)
1
2
3
4
5
int
bob_mcbob
(
void
);
int
main
(
void
)
{
return
bob_mcbob
();
}