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