blob: e6b16e2da1dca51cf4b40cd8a4195ab5b7ed3a13 [file] [log] [blame]
// run-pass
// aux-build:issue-12133-rlib.rs
// aux-build:issue-12133-dylib.rs
// aux-build:issue-12133-dylib2.rs
// ignore-emscripten no dylib support
// ignore-musl
// ignore-sgx no dylib support
// pretty-expanded FIXME #23616
extern crate issue_12133_dylib2 as other;
fn main() {}