1 // Compile this without debug info with:
2 //  g++ -Wall -c test22-suppr-removed-var-sym-v0.cc
3 
4 int global_var0 = 0;
5 char global_var1 = 0;
6 unsigned global_var2 = 0;
7