blob: dc3f7f33da145ac4dd27364efc2a598f0e1ac69a [file] [log] [blame] [edit]
//@ run-pass
//@ aux-build:issue-12133-rlib.rs
//@ aux-build:issue-12133-dylib.rs
//@ pretty-expanded FIXME #23616
extern crate issue_12133_rlib as a;
extern crate issue_12133_dylib as b;
fn main() {}