2012-04-08 08:19:15 -05:00
|
|
|
// xfail-fast
|
2012-04-08 10:46:50 -05:00
|
|
|
// aux-build:crateresolve7-1.rs
|
|
|
|
// aux-build:crateresolve7-2.rs
|
2012-04-08 08:19:15 -05:00
|
|
|
// aux-build:crateresolve7x.rs
|
|
|
|
|
|
|
|
use crateresolve7x;
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
assert crateresolve7x::a::f() == 100;
|
|
|
|
assert crateresolve7x::b::f() == 200;
|
|
|
|
}
|