about summary refs log tree commit diff
path: root/tests/ui/linkage-attr/issue-12133-2.rs
blob: bc2dd84e0f7b9c7dbe2967f76f2f1f7586310ba3 (plain)
1
2
3
4
5
6
7
8
9
10
//@ run-pass
//@ aux-build:issue-12133-rlib.rs
//@ aux-build:issue-12133-dylib.rs
//@ no-prefer-dynamic


extern crate issue_12133_rlib as a;
extern crate issue_12133_dylib as b;

fn main() {}