1 /* Compile with: 2 3 gcc -g -Wall -shared \ 4 -o libtest8-fn-changed-libapp-v0.so \ 5 test8-fn-changed-libapp-v0.c 6 */ 7 8 #include "test8-fn-changed-libapp-v0.h" 9 10 int foo(struct S * s)11 foo(struct S* s) 12 {return s->m0;} 13