summaryrefslogtreecommitdiff
path: root/tests/expectations/tests/bitfield_large_overflow.rs
blob: 523570e4a306b6cbf83b2efabaf50af8c3546ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* automatically generated by rust-bindgen */


#![allow(dead_code, non_snake_case, non_camel_case_types, non_upper_case_globals)]


#[repr(C)]
pub struct _bindgen_ty_1 {
    pub _bitfield_1: [u8; 128usize],
    pub __bindgen_align: [u64; 0usize],
}
impl Default for _bindgen_ty_1 {
    fn default() -> Self {
        unsafe { ::std::mem::zeroed() }
    }
}
extern "C" {
    #[link_name = "a"]
    pub static mut a: _bindgen_ty_1;
}