Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lto
/
dylib-works.rs
blob: 51f1ac4ab14e71f4c988f143dd68796ce6733cb5 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:dylib.rs
extern
crate dylib
;
fn
main
()
{
dylib
::
foo
(
1
);
}