blob: 7bee9657f860e0be5dee9112cf48f1d93ab59385 [file] [log] [blame]
// bindgen-flags: --ctypes-prefix "libc" --use-core --raw-line "#![no_std]" --raw-line "mod libc { pub type c_int = i32; pub enum c_void {} }"
struct foo {
int a, b;
void* bar;
};