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