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
|
2016-08-08 18:39:37 -05:00
|
|
|
// ignore-emscripten no dylib support
|
2018-01-02 07:11:41 -06:00
|
|
|
// ignore-musl
|
2019-04-24 11:26:33 -05:00
|
|
|
// ignore-sgx no dylib support
|
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() {}
|