android13/external/libabigail/tests/data/test-diff-pkg/symlink-dir-test1/dir2/targets/foo.c

12 lines
131 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
/* Compile with gcc -Wall -g -shared -o libfoo.so foo.c */
struct S
{
int m0;
char m1;
};
int
f(struct S* s)
{return s->m0;}