blob: c498381a33f64239320df59236429e32d42be8d3 [file] [log] [blame]
// edition:2018
fn main() {}
#[no_mangle]
pub fn exported_symbol() -> i8 {
42
}