Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
no-duplicate-libs
/
bar.c
blob: e369526572d6fe00a2be0991b523b2a40faae12f [
file
] [
log
] [
blame
] [
edit
]
extern
void
foo
();
void
bar
()
{
foo
();
}