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
/
rust
/
29 self-contained
/
main.c
blob: 11bedf5aee7789fd3e20c4b5d74cdf3f301e4074 (
plain
)
1
2
3
4
5
6
extern
void
hello
(
void
);
int
main
(
void
)
{
hello
();
}