rust/tests/ui/issues/issue-12133-3.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
288 B
Rust
Raw Normal View History

// 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
2019-04-24 16:26:33 +00:00
// ignore-sgx no dylib support
// pretty-expanded FIXME #23616
extern crate issue_12133_dylib2 as other;
fn main() {}