]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/auxiliary/issue-13560-3.rs
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / 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;