diff options
Diffstat (limited to 'tests/headers/ctypes-prefix-path.h')
-rw-r--r-- | tests/headers/ctypes-prefix-path.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/ctypes-prefix-path.h b/tests/headers/ctypes-prefix-path.h deleted file mode 100644 index 10e06f89..00000000 --- a/tests/headers/ctypes-prefix-path.h +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --ctypes-prefix "libc::foo" --use-core --raw-line "#![no_std]" --raw-line "mod libc { pub mod foo { pub type c_int = i32; pub enum c_void {} } }" --rustified-enum ".*" -struct foo { - int a, b; - void* bar; -}; |