diff options
Diffstat (limited to 'tests/headers/use-core_1_0.h')
-rw-r--r-- | tests/headers/use-core_1_0.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/headers/use-core_1_0.h b/tests/headers/use-core_1_0.h deleted file mode 100644 index afa54d42..00000000 --- a/tests/headers/use-core_1_0.h +++ /dev/null @@ -1,13 +0,0 @@ -// bindgen-flags: --rust-target 1.0 --use-core --raw-line "extern crate core;" - -struct foo { - int a, b; - void* bar; -}; - -union { - int bar; - long baz; -} bazz; - -typedef void (*fooFunction)(int bar); |