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