9 lines
250 B
C++
9 lines
250 B
C++
// Compile this with:
|
|
// gcc -g -Wall -shared -m32 -o libtest-23-diff-arch-v0-32.so test-23-diff-arch-v0.cc
|
|
|
|
// And then, compile this again with:
|
|
// gcc -g -Wall -shared -o libtest-23-diff-arch-v0-64.so test-23-diff-arch-v0.cc
|
|
int
|
|
foo()
|
|
{return 0;}
|