diff options
Diffstat (limited to 'tests/headers/no-std.h')
-rw-r--r-- | tests/headers/no-std.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/no-std.h b/tests/headers/no-std.h index 7bee9657..9248cc3d 100644 --- a/tests/headers/no-std.h +++ b/tests/headers/no-std.h @@ -1,4 +1,4 @@ -// bindgen-flags: --ctypes-prefix "libc" --use-core --raw-line "#![no_std]" --raw-line "mod libc { pub type c_int = i32; pub enum c_void {} }" +// 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; |