rust/tests/ui/linkage-attr/issue-12133-3.rs

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

14 lines
286 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-wasm32 no dylib support
//@ ignore-musl
2023-05-17 03:41:41 -05:00
//@ needs-dynamic-linking
//@ pretty-expanded FIXME #23616
extern crate issue_12133_dylib2 as other;
fn main() {}