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

6 lines
160 B
C

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