DEBSOURCES
Skip Quicknav
sources / gauche-c-wrapper / 0.6.1-18 / testsuite / struct_in_union.h
123456789101112
typedef struct struct_in_union { union { struct { int v1; } s1; struct { int v2; } s2; } u; } foo;