summaryrefslogtreecommitdiff
path: root/tests/expectations/const_ptr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expectations/const_ptr.rs')
-rw-r--r--tests/expectations/const_ptr.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/expectations/const_ptr.rs b/tests/expectations/const_ptr.rs
new file mode 100644
index 00000000..89400df1
--- /dev/null
+++ b/tests/expectations/const_ptr.rs
@@ -0,0 +1,9 @@
+/* automatically generated by rust-bindgen */
+
+
+#![allow(non_snake_case)]
+
+
+extern "C" {
+ pub fn foo(bar: *const ::std::os::raw::c_void);
+}