You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
250 B
9 lines
250 B
7 months ago
|
// 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;}
|