diff options
Diffstat (limited to 'tests/expectations/func_proto.rs')
-rw-r--r-- | tests/expectations/func_proto.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/expectations/func_proto.rs b/tests/expectations/func_proto.rs index 8f122341..e7ac7504 100644 --- a/tests/expectations/func_proto.rs +++ b/tests/expectations/func_proto.rs @@ -5,4 +5,5 @@ pub type foo = - unsafe extern "C" fn(bar: ::std::os::raw::c_int) -> ::std::os::raw::c_int; + ::std::option::Option<unsafe extern "C" fn(bar: ::std::os::raw::c_int) + -> ::std::os::raw::c_int>; |