blob: 7b5c740cb49b8fb9896c42f760299b2ce06330c3 [file] [log] [blame]
extern { fn foo(); }
pub fn main() {
unsafe { foo(); }
assert_eq!(7f32.powi(3), 343f32);
}