mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:40:17 +00:00
13 lines
253 B
Rust
13 lines
253 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
|
|
|
|
|
|
extern crate issue_12133_dylib2 as other;
|
|
|
|
fn main() {}
|