Skip to content

Commit a336b01

Browse files
committed
Add test for following ResolvedTypeRef
1 parent 924c740 commit a336b01

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* automatically generated by rust-bindgen */
2+
3+
4+
#![allow(non_snake_case)]
5+
6+
7+
pub type FuncType = ::std::option::Option<unsafe extern "C" fn()>;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
typedef void (FuncType) ();
2+
extern FuncType Func;

0 commit comments

Comments
 (0)