@@ -64,7 +64,7 @@ impl <T> ::std::fmt::Debug for __BindgenUnionField<T> {
64
64
#[ repr( C ) ]
65
65
pub struct C {
66
66
pub a : :: std:: os:: raw:: c_int ,
67
- pub big_array : [ :: std:: os:: raw:: c_char ; 33usize ] ,
67
+ pub big_array : [ :: std:: os:: raw:: c_schar ; 33usize ] ,
68
68
}
69
69
#[ test]
70
70
fn bindgen_test_layout_C ( ) {
@@ -88,8 +88,8 @@ impl Default for C {
88
88
#[ repr( C ) ]
89
89
pub struct C_with_zero_length_array {
90
90
pub a : :: std:: os:: raw:: c_int ,
91
- pub big_array : [ :: std:: os:: raw:: c_char ; 33usize ] ,
92
- pub zero_length_array : __IncompleteArrayField < :: std:: os:: raw:: c_char > ,
91
+ pub big_array : [ :: std:: os:: raw:: c_schar ; 33usize ] ,
92
+ pub zero_length_array : __IncompleteArrayField < :: std:: os:: raw:: c_schar > ,
93
93
}
94
94
#[ test]
95
95
fn bindgen_test_layout_C_with_zero_length_array ( ) {
@@ -124,8 +124,8 @@ impl Default for C_with_zero_length_array {
124
124
#[ repr( C ) ]
125
125
pub struct C_with_incomplete_array {
126
126
pub a : :: std:: os:: raw:: c_int ,
127
- pub big_array : [ :: std:: os:: raw:: c_char ; 33usize ] ,
128
- pub incomplete_array : __IncompleteArrayField < :: std:: os:: raw:: c_char > ,
127
+ pub big_array : [ :: std:: os:: raw:: c_schar ; 33usize ] ,
128
+ pub incomplete_array : __IncompleteArrayField < :: std:: os:: raw:: c_schar > ,
129
129
}
130
130
#[ test]
131
131
fn bindgen_test_layout_C_with_incomplete_array ( ) {
@@ -142,9 +142,9 @@ impl Default for C_with_incomplete_array {
142
142
#[ repr( C ) ]
143
143
pub struct C_with_zero_length_array_and_incomplete_array {
144
144
pub a : :: std:: os:: raw:: c_int ,
145
- pub big_array : [ :: std:: os:: raw:: c_char ; 33usize ] ,
146
- pub zero_length_array : __IncompleteArrayField < :: std:: os:: raw:: c_char > ,
147
- pub incomplete_array : __IncompleteArrayField < :: std:: os:: raw:: c_char > ,
145
+ pub big_array : [ :: std:: os:: raw:: c_schar ; 33usize ] ,
146
+ pub zero_length_array : __IncompleteArrayField < :: std:: os:: raw:: c_schar > ,
147
+ pub incomplete_array : __IncompleteArrayField < :: std:: os:: raw:: c_schar > ,
148
148
}
149
149
#[ test]
150
150
fn bindgen_test_layout_C_with_zero_length_array_and_incomplete_array ( ) {
0 commit comments