Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
run-make
/
interdependent-c-libraries
/
bar.c
blob: 812c97535287233599c6f936f6cd97be7f3ea5e6 [
file
] [
log
] [
blame
]
void
foo
();
void
bar
()
{
foo
();
}