typedef struct { unsigned char a; char b;} example; example v1 = {-1.0f}; int main () { return v1.a; }