diff options
Diffstat (limited to 'tests/expectations/arg_keyword.rs')
-rw-r--r-- | tests/expectations/arg_keyword.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/expectations/arg_keyword.rs b/tests/expectations/arg_keyword.rs new file mode 100644 index 00000000..cb1cc432 --- /dev/null +++ b/tests/expectations/arg_keyword.rs @@ -0,0 +1,10 @@ +/* automatically generated by rust-bindgen */ + + +#![allow(non_snake_case)] + + +extern "C" { + #[link_name = "_Z3fooPKc"] + pub fn foo(type_: *const ::std::os::raw::c_char); +} |