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
|
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2015-03-27 12:22:44 -05:00
|
|
|
extern crate issue_12133_rlib as a;
|
|
|
|
extern crate issue_12133_dylib as b;
|
2014-02-10 13:33:33 -06:00
|
|
|
|
|
|
|
fn main() {}
|