Sign in
rust
/
rust
/
d7e8f9fc7af4aa4cd65140afaebe48dd1e90e708
/
.
/
tests
/
run-make
/
c-link-to-rust-staticlib
/
bar.c
blob: bb4036b06e13b79a32ec78ae04db97590f54b2cc [
file
]
void
foo
();
int
main
()
{
foo
();
return
0
;
}