Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
tests
/
run-make
/
interdependent-c-libraries
/
bar.c
blob: 812c97535287233599c6f936f6cd97be7f3ea5e6 [
file
]
void
foo
();
void
bar
()
{
foo
();
}