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