Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
suspicious-library
/
bar.rs
blob: 030693a694f91837fc0c9f6bb93bf23ec14dece7 [
file
] [
log
] [
blame
] [
edit
]
extern
crate foo
;
fn
main
()
{
foo
::
foo
()
}