Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
run-make
/
share-generics-dylib
/
instance_user_dylib.rs
blob: 7c8368eec654b4e8f5d256871d90a0f96048dc97 [
file
]
extern
crate instance_provider_a
;
extern
crate instance_provider_b
;
pub
fn
foo
()
{
instance_provider_a
::
foo
();
instance_provider_b
::
foo
();
}