]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/issue-13560.rs
Rollup merge of #106761 - WaffleLapkin:waffle-is-CompilerReviewer, r=oli-obk
[rust.git] / tests / ui-fulldeps / issue-13560.rs
1 // run-pass
2 // aux-build:issue-13560-1.rs
3 // aux-build:issue-13560-2.rs
4 // aux-build:issue-13560-3.rs
5
6 // Regression test for issue #13560, the test itself is all in the dependent
7 // libraries. The fail which previously failed to compile is the one numbered 3.
8
9 extern crate issue_13560_2 as t2;
10 extern crate issue_13560_3 as t3;
11
12 fn main() {}