summaryrefslogtreecommitdiffstats
path: root/tests/ui-fulldeps/issue-13560.rs
blob: 5f7d647e2301fbd52cbea116505f5e6444e6f40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// run-pass
// aux-build:issue-13560-1.rs
// aux-build:issue-13560-2.rs
// aux-build:issue-13560-3.rs

// Regression test for issue #13560, the test itself is all in the dependent
// libraries. The fail which previously failed to compile is the one numbered 3.

extern crate issue_13560_2 as t2;
extern crate issue_13560_3 as t3;

fn main() {}