2018-08-30 14:18:55 +02:00
|
|
|
//@ run-pass
|
2014-02-10 11:33:33 -08:00
|
|
|
//@ aux-build:issue-12133-rlib.rs
|
|
|
|
|
//@ aux-build:issue-12133-dylib.rs
|
|
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
|
2015-03-27 10:22:44 -07:00
|
|
|
extern crate issue_12133_rlib as a;
|
|
|
|
|
extern crate issue_12133_dylib as b;
|
2014-02-10 11:33:33 -08:00
|
|
|
|
|
|
|
|
fn main() {}
|