1 2 3 4 5 6 7 8 9 10
extern "C" { fn foo(); } pub fn main() { unsafe { foo(); } assert_eq!(7f32.powi(3), 343f32); }