Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
86 B
Rust
Raw Normal View History

2022-07-25 05:20:23 +00:00
// edition:2018
fn main() {}
#[no_mangle]
pub fn exported_symbol() -> i8 {
42
}