]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/auxiliary/issue-13560-3.rs
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
[rust.git] / src / test / ui-fulldeps / auxiliary / issue-13560-3.rs
1 // no-prefer-dynamic
2
3 #![crate_type = "rlib"]
4
5 #[macro_use] #[no_link] extern crate issue_13560_1 as t1;
6 #[macro_use] extern crate issue_13560_2 as t2;