DEBSOURCES
Skip Quicknav
sources / rustc / 1.89.0%2Bdfsg1-1 / tests / run-make / export-executable-symbols / main.rs
12345678
//@ edition:2018 fn main() {} #[no_mangle] pub fn exported_symbol() -> i8 { 42 }