Follow up to #1001
Input C/C++ Header
struct {
unsigned : 632;
} a;
Bindgen Invocation
Actual Results
Panic when running the layout tests: our generated struct ends up with the wrong size.
Expected Results
We generate a struct with the correct layout, and it passes its layout tests.
Follow up to #1001
Input C/C++ Header
Bindgen Invocation
Actual Results
Panic when running the layout tests: our generated struct ends up with the wrong size.
Expected Results
We generate a struct with the correct layout, and it passes its layout tests.