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