Type union bar

Nested structs and unions also work.

union bar  
{  
void a Each element
int b of a struct
int c or a union
long d can have a comment
}