Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
13 lines
253 B
Rust
13 lines
253 B
Rust
//@ 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
|
|
//@ needs-dynamic-linking
|
|
|
|
|
|
extern crate issue_12133_dylib2 as other;
|
|
|
|
fn main() {}
|