blob: e6b16e2da1dca51cf4b40cd8a4195ab5b7ed3a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// run-pass
// aux-build:issue-12133-rlib.rs
// aux-build:issue-12133-dylib.rs
// aux-build:issue-12133-dylib2.rs
// ignore-emscripten no dylib support
// ignore-musl
// ignore-sgx no dylib support
// pretty-expanded FIXME #23616
extern crate issue_12133_dylib2 as other;
fn main() {}
|