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