blob: 321a8237e8a4b2bfd2bd0abf20cbbac85b1802f1 [file] [log] [blame] [edit]
#[no_mangle]
pub fn native_f1() -> i32 {
return 1;
}