blob: df1b0b2f728e43d58c727562fbd76a7445fb468b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//@ run-pass
//@ aux-build:issue-12133-rlib.rs
//@ aux-build:issue-12133-dylib.rs
//@ aux-build:issue-12133-dylib2.rs
//@ needs-crate-type: dylib
//@ needs-dynamic-linking
extern crate issue_12133_dylib2 as other;
fn main() {}
|