mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
14 lines
288 B
Rust
14 lines
288 B
Rust
// 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() {}
|