Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
ui
/
thinlto
/
dylib-works.rs
blob: 9e0782b590ef6c7e703962a329508c97f0755d44 [
file
]
// run-pass
// aux-build:dylib.rs
extern
crate dylib
;
fn
main
()
{
dylib
::
foo
(
1
);
}