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
/
22 cargo subproject
/
main.c
blob: 5daec64e316778aff2c943d90072c52d23f5cb04 (
plain
)
1
2
3
4
5
int
rust_func
(
void
);
int
main
(
int
argc
,
char
*
argv
[])
{
return
rust_func
();
}