blob: 9248cc3dd5e7f1fab2d36506e04c9d23a42be670 [file] [log] [blame] [edit]
// 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;
};