blob: 96ad5abd5483e9e98f5496a339cfb9ca5094d08d (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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() {}
|