blob: fe230f04d3d9639924d0dbc6f4e77351d2172679 [file] [log] [blame] [edit]
//@ run-pass
//@ aux-build:static_fn_inline_xc_aux.rs
//@ pretty-expanded FIXME #23616
extern crate static_fn_inline_xc_aux as mycore;
use mycore::num;
pub fn main() {
let _1: f64 = num::Num2::from_int2(1);
}