2019-07-26 16:54:25 -05:00
|
|
|
//@ run-pass
|
2023-04-09 09:11:00 -05:00
|
|
|
//@ ignore-cross-compile (needs dylibs and compiletest doesn't have a more specific header)
|
2014-04-16 13:42:22 -05:00
|
|
|
//@ 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.
|
|
|
|
|
2015-03-27 12:22:44 -05:00
|
|
|
extern crate issue_13560_2 as t2;
|
|
|
|
extern crate issue_13560_3 as t3;
|
2014-04-16 13:42:22 -05:00
|
|
|
|
|
|
|
fn main() {}
|