1 // Compile this with:
2 //
3 // gcc -g -Wall -L. -ltest9-fn-changed-v0 -o libtest9-fn-changed-app test9-fn-changed-app.cc
4 //
5 
6 #include "test9-fn-changed-v0.h"
7 
8 int
main()9 main()
10 {
11   S s;
12   return foo(s);
13 }
14