DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / run-make / symbol-mangling-hashed / b_dylib.rs
123456789
#![crate_type="dylib"] extern crate a_rlib; extern crate a_dylib; pub fn hello() { a_rlib::hello(); a_dylib::hello(); }