struct baz { int a; char b; union { int c; char d; } u; }; struct baz blabla;