blob: 29892c468dd3b609bc3c5c7cb6749605b318b1f7 [file] [log] [blame]
//@ run-pass
#![allow(dead_code)]
extern "C" {
fn pow(x: f64, y: f64) -> f64;
}
pub fn main() {}