Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
share-generics-dylib
/
instance_user_dylib.rs
blob: 7c8368eec654b4e8f5d256871d90a0f96048dc97 [
file
] [
log
] [
blame
]
extern
crate instance_provider_a
;
extern
crate instance_provider_b
;
pub
fn
foo
()
{
instance_provider_a
::
foo
();
instance_provider_b
::
foo
();
}