mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 19:57:10 +00:00
10 lines
171 B
Rust
10 lines
171 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-12133-rlib.rs
|
|
//@ aux-build:issue-12133-dylib.rs
|
|
|
|
|
|
extern crate issue_12133_rlib as a;
|
|
extern crate issue_12133_dylib as b;
|
|
|
|
fn main() {}
|