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
/
unit
/
107 subproject symlink
/
main.c
blob: 62bd4b4b22bc6927d4ea85e97087e03e84297746 (
plain
)
1
2
3
4
5
6
extern
int
foo
(
void
);
int
main
(
void
)
{
return
foo
();
}