2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2012-12-02 17:45:20 -06:00
|
|
|
// aux-build:static_fn_inline_xc_aux.rs
|
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2015-03-27 12:58:12 -05:00
|
|
|
extern crate static_fn_inline_xc_aux as mycore;
|
2012-12-02 17:45:20 -06:00
|
|
|
|
2013-01-08 12:35:20 -06:00
|
|
|
use mycore::num;
|
2012-12-02 17:45:20 -06:00
|
|
|
|
2013-02-01 21:43:17 -06:00
|
|
|
pub fn main() {
|
2015-01-25 15:05:03 -06:00
|
|
|
let _1: f64 = num::Num2::from_int2(1);
|
2012-12-02 17:45:20 -06:00
|
|
|
}
|