diff options
Diffstat (limited to 'tests/expectations/redeclaration.rs')
-rw-r--r-- | tests/expectations/redeclaration.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/expectations/redeclaration.rs b/tests/expectations/redeclaration.rs new file mode 100644 index 00000000..0d7e585c --- /dev/null +++ b/tests/expectations/redeclaration.rs @@ -0,0 +1,9 @@ +/* automatically generated by rust-bindgen */ + + +#![allow(non_snake_case)] + + +extern "C" { + pub fn foo(); +} |