summaryrefslogtreecommitdiff
path: root/tests/expectations/extern.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expectations/extern.rs')
-rw-r--r--tests/expectations/extern.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/expectations/extern.rs b/tests/expectations/extern.rs
index 8f122341..e7ac7504 100644
--- a/tests/expectations/extern.rs
+++ b/tests/expectations/extern.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>;