summaryrefslogtreecommitdiff
path: root/tests/expectations/func_with_array_arg.rs
blob: 4df689ae4f7d78d7a3fa9cf239e80270a16e84e1 (plain)
1
2
3
4
5
6
7
8
9
10
/* automatically generated by rust-bindgen */


#![feature(const_fn)]
#![allow(non_snake_case)]


extern "C" {
    pub fn f(x: *mut ::std::os::raw::c_int);
}