1 // To compile this type:
2 //  g++ -g -Wall -o test5-fn-changed-app -L. -ltest5-fn-changed-libapp-v0 test5-fn-changed-app.cc
3 
4 #include "test5-fn-changed-libapp-v0.h"
5 
6 int
main()7 main()
8 {
9   S0 s0;
10   bar(&s0);
11 
12   S1 s1;
13   return foo(&s1);
14 }
15