1 2 3 4 5 6 7 8 9
def-source source0.c some_union yes union some_union is defined in source0.h: 40: union some_union { 41: int x; 42: void* p; 43: struct some_struct s; 44: };