2012-04-08 08:19:15 -05:00
|
|
|
// xfail-fast
|
2012-04-10 02:52:30 -05:00
|
|
|
// aux-build:crateresolve_calories-1.rs
|
|
|
|
// aux-build:crateresolve_calories-2.rs
|
2012-04-08 08:19:15 -05:00
|
|
|
// aux-build:crateresolve7x.rs
|
|
|
|
|
2012-09-11 19:46:20 -05:00
|
|
|
extern mod crateresolve7x;
|
2012-04-08 08:19:15 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
assert crateresolve7x::a::f() == 100;
|
|
|
|
assert crateresolve7x::b::f() == 200;
|
|
|
|
}
|