blob: 05e0f2ab8d9532074fbbe2f8506885aa1cb509c4 [file] [log] [blame]
#[no_mangle]
pub extern "C" fn root(
a: &Vec<String>,
b: &Option<i32>,
c: &Result<i32, String>
) { }