1 // Compile this with: 2 // gcc -g -Wall -shared -m32 -o libtest-23-diff-arch-v0-32.so test-23-diff-arch-v0.cc 3 4 // And then, compile this again with: 5 // gcc -g -Wall -shared -o libtest-23-diff-arch-v0-64.so test-23-diff-arch-v0.cc 6 int foo()7foo() 8 {return 0;} 9