android13/external/libabigail/tests/data/test-abidiff-exit/test-non-leaf-array-v1.c

13 lines
162 B
C

struct buzz {
long a;
};
struct flexible {
long count;
struct buzz lightyear[0];
};
struct flexible var;
void fun(struct flexible flex) { (void) flex; }