You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* automatically generated by rust-bindgen 0.66.1 */pubconstB:u32 = 1;
Expected Results
I expected
pubconstA:u32 = 1;pubconstB:u32 = 1;
Both gcc and clang accept these kind of "out of order" definitions (as counter-intuitive as it is), and the linux kernel makes use of this in kvm.h, which is how we discovered this issue in rust-vmm/kvm-bindings#89