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

11 lines
122 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;
};
int
f(struct S* s)
{return s->m0;}