1 // Compile this with:
2 //   g++ -g -Wall -fPIC -shared -o libtest2-var-removed-v0.so test2-var-removed-v0.cc
3 
4 int global_var0 = 0;
5 
6 int global_var1 = 0;
7 
8 char global_var2 = 0;
9 
10 unsigned char global_var3 = 0;
11