2012-12-13 14:55:08 -08:00
|
|
|
// aux-build:static_fn_trait_xc_aux.rs
|
2012-12-13 22:17:11 -07:00
|
|
|
// xfail-fast
|
2012-12-13 14:55:08 -08:00
|
|
|
|
|
|
|
extern mod mycore(name ="static_fn_trait_xc_aux");
|
|
|
|
|
2013-01-08 10:35:20 -08:00
|
|
|
use mycore::num;
|
2012-12-13 14:55:08 -08:00
|
|
|
|
2013-02-01 19:43:17 -08:00
|
|
|
pub fn main() {
|
2012-12-18 18:05:16 -08:00
|
|
|
let _1:float = num::Num2::from_int2(1i);
|
2012-12-13 14:55:08 -08:00
|
|
|
}
|