mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
14 lines
286 B
Rust
14 lines
286 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-12133-rlib.rs
|
|
//@ aux-build:issue-12133-dylib.rs
|
|
//@ aux-build:issue-12133-dylib2.rs
|
|
//@ ignore-wasm32 no dylib support
|
|
//@ ignore-musl
|
|
//@ needs-dynamic-linking
|
|
|
|
//@ pretty-expanded FIXME #23616
|
|
|
|
extern crate issue_12133_dylib2 as other;
|
|
|
|
fn main() {}
|