rust/src/test/run-pass/extern-mod-abi.rs

7 lines
65 B
Rust
Raw Normal View History

extern "C" {
fn pow(x: f64, y: f64) -> f64;
}
fn main() {}