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
/
223 persubproject options
/
foo.c
blob: 63e4de6a3b59909fbfb4431e74b96f11ee2fce0b (
plain
)
1
2
3
4
5
int
foo
(
void
);
int
foo
(
void
)
{
return
0
;
}