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