summaryrefslogtreecommitdiffstats
path: root/tests/rust/std_lib.rs
blob: 05e0f2ab8d9532074fbbe2f8506885aa1cb509c4 (plain)
1
2
3
4
5
6
#[no_mangle]
pub extern "C" fn root(
	a: &Vec<String>,
    b: &Option<i32>,
    c: &Result<i32, String>
) { }