1 // Compile this with: 2 // 3 // gcc -g -Wall -shared -o libtest9-fn-changed-v0.so test9-fn-changed-v0.cc 4 // 5 6 #include "test9-fn-changed-v0.h" 7 8 int foo(S & s)9 foo(S& s) 10 {return s.m0;} 11