android13/external/libabigail/tests/data/test-abidiff-exit/test-decl-struct-v1.c

6 lines
160 B
C

struct embodied { int y; };
struct disembodied;
void reg1(const struct embodied * foo) { (void)foo; }
void reg2(const struct disembodied * foo) { (void)foo; }