blob: c473bcec9c2f9fc0aecd96e1723142fe72187602 [file] [log] [blame]
union c_union {
struct some_struct {
void* data;
} some_field;
};