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