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