We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3802c99 commit 161a90aCopy full SHA for 161a90a
tests/expectations/elaborated.rs
@@ -0,0 +1,11 @@
1
+/* automatically generated by rust-bindgen */
2
+
3
4
+#![allow(non_snake_case)]
5
6
7
+pub type whatever_t = ::std::os::raw::c_int;
8
+extern "C" {
9
+ #[link_name = "_Z9somethingPKi"]
10
+ pub fn something(wat: *const whatever_t);
11
+}
tests/headers/elaborated.hpp
@@ -0,0 +1,5 @@
+namespace whatever {
+ typedef int whatever_t;
+void something(const whatever::whatever_t *wat);
0 commit comments