DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / extern / extern-mod-abi.rs
123456789
// run-pass #![allow(dead_code)] // pretty-expanded FIXME #23616 extern "C" { fn pow(x: f64, y: f64) -> f64; } pub fn main() {}