2018-08-30 12:18:55 +00:00
|
|
|
//@ run-pass
|
2014-02-10 19:33:33 +00:00
|
|
|
//@ aux-build:issue-12133-rlib.rs
|
|
|
|
//@ aux-build:issue-12133-dylib.rs
|
2014-05-02 07:59:27 +00:00
|
|
|
//@ aux-build:issue-12133-dylib2.rs
|
2024-03-06 20:44:54 +00:00
|
|
|
//@ ignore-wasm32 no dylib support
|
2018-01-02 13:11:41 +00:00
|
|
|
//@ ignore-musl
|
2023-05-17 08:41:41 +00:00
|
|
|
//@ needs-dynamic-linking
|
2014-02-10 19:33:33 +00:00
|
|
|
|
2015-03-22 20:13:15 +00:00
|
|
|
//@ pretty-expanded FIXME #23616
|
|
|
|
|
2015-03-27 17:22:44 +00:00
|
|
|
extern crate issue_12133_dylib2 as other;
|
2014-02-10 19:33:33 +00:00
|
|
|
|
|
|
|
fn main() {}
|