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
8int
9main()
10{
11  S s;
12  return foo(s);
13}
14