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.

12 lines
190 B

// Compile this with:
// g++ -fPIC -g -Wall -L. -ltest2-var-removed-v0 -o test2-var-removed-app
// test2-var-removed-app.cc
extern int global_var1;
int
main()
{
return global_var1;
}