5 lines
57 B
Rust
Raw Normal View History

#[no_mangle]
pub fn native_f1() -> i32 {
return 1;
}